This represents a "layer" as read from the DXF file. More...
#include "dxfLayer.h"
Public Member Functions | |
DXFLayer (const std::string &name) | |
Public Member Functions inherited from Namable | |
Namable (const std::string &initial_name="") | |
void | clear_name () |
Resets the Namable's name to empty. More... | |
const std::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... | |
void | output (std::ostream &out) const |
Outputs the Namable. More... | |
void | set_name (const std::string &name) |
Additional Inherited Members | |
Static Public Member Functions inherited from Namable | |
static TypeHandle | get_class_type () |
static void | init_type () |
Public Attributes inherited from Namable | |
get_name | |
set_name | |
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 28 of file dxfLayer.h.