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