Abstract representation of a cell of a mesh. More...
#include <MeshViz/3Ddata/PoCellShape.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
virtual const SoNodekitCatalog * | getNodekitCatalog () const |
PoCellShape () | |
Static Public Member Functions | |
static SoType | getClassTypeId () |
static const SoNodekitCatalog * | getClassNodekitCatalog () |
Public Attributes | |
SoSFInt32 | cellIndex |
The cell is defined by its index in the current mesh. 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.
PoCellShape::PoCellShape | ( | ) |
Constructor.
static const SoNodekitCatalog* PoCellShape::getClassNodekitCatalog | ( | ) | [static] |
Returns the SoNodekitCatalog for this class.
Reimplemented from PoMesh.
Reimplemented in PoCellEdges, PoCellFacets, and PoCellIndices.
static SoType PoCellShape::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from PoMesh.
Reimplemented in PoCellEdges, PoCellFacets, and PoCellIndices.
virtual const SoNodekitCatalog* PoCellShape::getNodekitCatalog | ( | ) | const [virtual] |
Returns the SoNodekitCatalog for this instance.
Reimplemented from PoMesh.
Reimplemented in PoCellEdges, PoCellFacets, and PoCellIndices.
virtual SoType PoCellShape::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from PoMesh.
Reimplemented in PoCellEdges, PoCellFacets, and PoCellIndices.
Cell index.