#include <ACG/Scenegraph/StatusNodesT.hh>


Public Member Functions | |
| SelectionNodeT (const Mesh &_mesh, BaseNode *_parent=0, const std::string &_name="<SelectionNode>") | |
| Constructor. | |
Renders the Selection status of Mesh Vertices/Faces/Edges
Definition at line 180 of file StatusNodesT.hh.
| ACG::SceneGraph::SelectionNodeT< Mesh >::SelectionNodeT | ( | const Mesh & | _mesh, | |
| BaseNode * | _parent = 0, |
|||
| const std::string & | _name = "<SelectionNode>" | |||
| ) | [inline] |
Constructor.
| _mesh | reference to mesh with status property | |
| _parent | Parent node in the scenegraph | |
| _name | Name of the Node |
Definition at line 190 of file StatusNodesT.hh.