Inventor node defining a mesh of type PbIrregularMesh1D. More...
#include <MeshViz/nodes/PoIrregularMesh1D.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
PoIrregularMesh1D () | |
const PbMesh * | getMesh () const |
void | setGeometry (int size, const float *x) |
Static Public Member Functions | |
static SoType | getClassTypeId () |
Public Attributes | |
PoSFIrregularMesh1D | mesh |
PoIrregularMesh1D::PoIrregularMesh1D | ( | ) |
Constructor.
static SoType PoIrregularMesh1D::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from PoMeshProperty.
const PbMesh* PoIrregularMesh1D::getMesh | ( | ) | const [inline, virtual] |
Gets the instance of the class PbIrregularMesh1D contained by the field mesh.
Implements PoMeshProperty.
virtual SoType PoIrregularMesh1D::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from PoMeshProperty.
void PoIrregularMesh1D::setGeometry | ( | int | size, | |
const float * | x | |||
) | [inline] |
Convenience method to change the geometry of the mesh.
See also PbIrregularMesh1D::setGeometry().
Field containing a mesh of type PbIrregularMesh1D.