Builds egdes of a cell of a mesh. More...
#include <MeshViz/3Ddata/PoCellEdges.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
virtual const SoNodekitCatalog * | getNodekitCatalog () const |
PoCellEdges () | |
virtual void | rebuild () |
Static Public Member Functions | |
static SoType | getClassTypeId () |
static const SoNodekitCatalog * | getClassNodekitCatalog () |
The cell is defined by its index in the current mesh (see PoCellShape). The current mesh is either the one defined by PoMesh::setMesh() or (if this method is not called) the one defined in a special node inherited during the traversal. This node has a type derived from PoMeshProperty.
PoCellEdges::PoCellEdges | ( | ) |
Constructor.
static const SoNodekitCatalog* PoCellEdges::getClassNodekitCatalog | ( | ) | [static] |
Returns the SoNodekitCatalog for this class.
Reimplemented from PoCellShape.
static SoType PoCellEdges::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from PoCellShape.
virtual const SoNodekitCatalog* PoCellEdges::getNodekitCatalog | ( | ) | const [virtual] |
Returns the SoNodekitCatalog for this instance.
Reimplemented from PoCellShape.
virtual SoType PoCellEdges::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from PoCellShape.
virtual void PoCellEdges::rebuild | ( | ) | [virtual] |