Panda3D
 All Classes Functions Variables Enumerations
Public Member Functions | List of all members
DXFLayer Class Reference

This represents a "layer" as read from the DXF file. More...

#include "dxfLayer.h"

Inheritance diagram for DXFLayer:
Namable MemoryBase DXFToEggLayer

Public Member Functions

 DXFLayer (const string &name)
 
- Public Member Functions inherited from Namable
 Namable (const string &initial_name="")
 
 Namable (const Namable &copy)
 
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...
 
Namableoperator= (const Namable &other)
 
void output (ostream &out) const
 Outputs the Namable. More...
 
void set_name (const string &name)
 

Additional Inherited Members

- Static Public Member Functions inherited from Namable
static TypeHandle get_class_type ()
 
static void init_type ()
 

Detailed Description

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.


The documentation for this class was generated from the following files: