Developer Documentation
|
#include <ACG/Scenegraph/TriStripNodeDeprecatedT.hh>
Public Types | |
typedef OpenMesh::StripifierT< Mesh > | MyStripifier |
typedef MeshNodeDeprecatedT< Mesh > | Base |
typedef Base::FaceMode | FaceMode |
Public Member Functions | |
TriStripNodeDeprecatedT (Mesh &_mesh, BaseNode *_parent=0, std::string _name="<TriStripNodeDeprecatedT>") | |
Default constructor. More... | |
~TriStripNodeDeprecatedT () | |
Destructor. More... | |
ACG_CLASSNAME (TriStripNodeDeprecatedT) | |
void | update_strips () |
build triangle strips, delete face indices More... | |
virtual void | update_topology () |
build face indices, delete strips More... | |
Private Member Functions | |
virtual void | draw_faces (FaceMode _mode) |
Private Attributes | |
MyStripifier | strips_ |
This node draws a mesh using triangle strips.
Definition at line 82 of file TriStripNodeDeprecatedT.hh.
typedef MeshNodeDeprecatedT<Mesh> ACG::SceneGraph::TriStripNodeDeprecatedT< Mesh >::Base |
Definition at line 87 of file TriStripNodeDeprecatedT.hh.
typedef Base::FaceMode ACG::SceneGraph::TriStripNodeDeprecatedT< Mesh >::FaceMode |
Definition at line 88 of file TriStripNodeDeprecatedT.hh.
typedef OpenMesh::StripifierT<Mesh> ACG::SceneGraph::TriStripNodeDeprecatedT< Mesh >::MyStripifier |
Definition at line 86 of file TriStripNodeDeprecatedT.hh.
|
inline |
Default constructor.
Definition at line 92 of file TriStripNodeDeprecatedT.hh.
|
inline |
Destructor.
Definition at line 101 of file TriStripNodeDeprecatedT.hh.
|
inlineprivatevirtual |
Definition at line 126 of file TriStripNodeDeprecatedT.hh.
|
inline |
build triangle strips, delete face indices
Definition at line 108 of file TriStripNodeDeprecatedT.hh.
|
inlinevirtual |
build face indices, delete strips
Definition at line 116 of file TriStripNodeDeprecatedT.hh.
|
private |
Definition at line 145 of file TriStripNodeDeprecatedT.hh.