Inventor node defining a mesh of type PbCartesianGrid3D. More...
#include <MeshViz/nodes/PoCartesianGrid3D.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
PoCartesianGrid3D () | |
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 | |
PoSFCartesianGrid3D | mesh |
PoCartesianGrid3D::PoCartesianGrid3D | ( | ) |
Constructor.
static SoType PoCartesianGrid3D::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from PoMeshProperty.
const PbMesh* PoCartesianGrid3D::getMesh | ( | ) | const [inline, virtual] |
Field containing a mesh of type PbCartesianGrid3D.
Implements PoMeshProperty.
virtual SoType PoCartesianGrid3D::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from PoMeshProperty.
void PoCartesianGrid3D::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 PbCartesianGrid3D::setGeometry().
Field containing a mesh of type PbCartesianGrid3D.