#include <MeshViz/elements/PoMeshElement.h>
Static Public Member Functions | |
| static SoType | getClassTypeId () |
| static int | getClassStackIndex () |
| static void | set (SoState *state, SoNode *node, const PbMesh1D *mesh) |
| static void | set (SoState *state, SoNode *node, const PbMesh2D *mesh) |
| static void | set (SoState *state, SoNode *node, const PbMesh3D *mesh) |
| static const PbMesh * | getMesh (SoState *state) |
| static const PbMesh1D * | getMesh1D (SoState *state) |
| static const PbMesh2D * | getMesh2D (SoState *state) |
| static const PbMesh3D * | getMesh3D (SoState *state) |
| static int PoMeshElement::getClassStackIndex | ( | ) | [static] |
Returns the stack id for this element.
Reimplemented from SoReplacedElement.
| static SoType PoMeshElement::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoReplacedElement.