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