This represents a "layer" as read from the DXF file. More...
#include "dxfLayer.h"
Public Member Functions | |
DXFLayer (const string &name) | |
![]() | |
Namable (const string &initial_name="") | |
Namable (const Namable ©) | |
void | clear_name () |
Resets the Namable's name to empty. More... | |
const string & | get_name () const |
bool | has_name () const |
Returns true if the Namable has a nonempty name set, false if the name is empty. More... | |
Namable & | operator= (const Namable &other) |
void | output (ostream &out) const |
Outputs the Namable. More... | |
void | set_name (const string &name) |
Additional Inherited Members | |
![]() | |
static TypeHandle | get_class_type () |
static void | init_type () |
This represents a "layer" as read from the DXF file.
A layer may be defined by reading the header part of the file, or it may be implicitly defined by an entity's having referenced it.
User code may derive from DXFLayer to associate private data with each layer, if desired.
Definition at line 31 of file dxfLayer.h.