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