Builds facets of a cell of a mesh. More...
#include <MeshViz/3Ddata/PoCellFacets.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
virtual const SoNodekitCatalog * | getNodekitCatalog () const |
PoCellFacets () | |
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.
PoCellFacets::PoCellFacets | ( | ) |
Constructor.
static const SoNodekitCatalog* PoCellFacets::getClassNodekitCatalog | ( | ) | [static] |
Returns the SoNodekitCatalog for this class.
Reimplemented from PoCellShape.
static SoType PoCellFacets::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from PoCellShape.
virtual const SoNodekitCatalog* PoCellFacets::getNodekitCatalog | ( | ) | const [virtual] |
Returns the SoNodekitCatalog for this instance.
Reimplemented from PoCellShape.
virtual SoType PoCellFacets::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from PoCellShape.
virtual void PoCellFacets::rebuild | ( | ) | [virtual] |