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