Panda3D
Public Member Functions | Static Public Member Functions

DXFLayer Class Reference

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

#include "dxfLayer.h"

Inheritance diagram for DXFLayer:
Namable DXFToEggLayer

List of all members.

Public Member Functions

 DXFLayer (const string &name)
void clear_name ()
 Resets the Namable's name to empty.
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.
void output (ostream &out) const
 Outputs the Namable.
void set_name (const string &name)

Static Public Member Functions

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.


Member Function Documentation

void Namable::clear_name ( ) [inline, inherited]

Resets the Namable's name to empty.

Reimplemented in AsyncTask.

Definition at line 64 of file namable.I.

bool Namable::has_name ( ) const [inline, inherited]
void Namable::output ( ostream &  out) const [inline, inherited]

The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations