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