
Public Member Functions | |
| DrawModeInternal () | |
| DrawModeInternal (const std::string &_name, const DrawMode &_id) | |
Public Attributes | |
| std::string | name_ |
| DrawMode | id_ |
Definition of a draw mode
Definition at line 72 of file DrawModes.cc.
| ACG::SceneGraph::DrawModes::DrawModeInternal::DrawModeInternal | ( | ) | [inline] |
Default constructor.
Definition at line 76 of file DrawModes.cc.
| ACG::SceneGraph::DrawModes::DrawModeInternal::DrawModeInternal | ( | const std::string & | _name, | |
| const DrawMode & | _id | |||
| ) | [inline] |
Initializing constructor.
Definition at line 79 of file DrawModes.cc.