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