Base class for all volume mesh representations. More...
#include <MeshViz/3Ddata/PoMesh3D.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
virtual const SoNodekitCatalog * | getNodekitCatalog () const |
void | setMesh (PbMesh3D *mesh) |
const PbMesh3D * | getMesh () const |
Static Public Member Functions | |
static SoType | getClassTypeId () |
static const SoNodekitCatalog * | getClassNodekitCatalog () |
static const SoNodekitCatalog* PoMesh3D::getClassNodekitCatalog | ( | ) | [static] |
Returns the SoNodekitCatalog for this class.
Reimplemented from PoMesh.
Reimplemented in PoMesh3DVec, PoMesh3DVecCrossSection, PoMesh3DVecGridCrossSection, PoMeshCrossContour, PoMeshCrossSection, PoMeshLevelSurf, PoMeshSkeleton, and PoMeshSkin.
static SoType PoMesh3D::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from PoMesh.
Reimplemented in PoMesh3DVec, PoMesh3DVecCrossSection, PoMesh3DVecGridCrossSection, PoMeshCrossContour, PoMeshCrossSection, PoMeshLevelSurf, PoMeshSkeleton, and PoMeshSkin.
const PbMesh3D* PoMesh3D::getMesh | ( | ) | const |
Gets the current volume mesh.
Reimplemented from PoMesh.
virtual const SoNodekitCatalog* PoMesh3D::getNodekitCatalog | ( | ) | const [virtual] |
Returns the SoNodekitCatalog for this instance.
Reimplemented from PoMesh.
Reimplemented in PoMesh3DVec, PoMesh3DVecCrossSection, PoMesh3DVecGridCrossSection, PoMeshCrossContour, PoMeshCrossSection, PoMeshLevelSurf, PoMeshSkeleton, and PoMeshSkin.
virtual SoType PoMesh3D::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from PoMesh.
Reimplemented in PoMesh3DVec, PoMesh3DVecCrossSection, PoMesh3DVecGridCrossSection, PoMeshCrossContour, PoMeshCrossSection, PoMeshLevelSurf, PoMeshSkeleton, and PoMeshSkin.
void PoMesh3D::setMesh | ( | PbMesh3D * | mesh | ) |
Defines the current volume mesh.
See PoMesh for explanation about the current mesh.