Inventor field containing a mesh of type PbParalCartesianGrid2D. More...
#include <MeshViz/fields/PoSFParalCartesianGrid2D.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
const PoSFParalCartesianGrid2D & | operator= (const PoSFParalCartesianGrid2D &f) |
PoSFParalCartesianGrid2D () | |
virtual | ~PoSFParalCartesianGrid2D () |
const PbParalCartesianGrid2D & | getValue () const |
void | setValue (const PbParalCartesianGrid2D &newValue) |
const PbParalCartesianGrid2D & | operator= (const PbParalCartesianGrid2D &newValue) |
int | operator== (const PoSFParalCartesianGrid2D &f) const |
int | operator!= (const PoSFParalCartesianGrid2D &f) const |
virtual size_t | getValueSize () 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 () |
This field contains an instance of the class PbParalCartesianGrid2D.
PoSFParalCartesianGrid2D::PoSFParalCartesianGrid2D | ( | ) |
Default constructor.
virtual PoSFParalCartesianGrid2D::~PoSFParalCartesianGrid2D | ( | ) | [virtual] |
Destructor.
static SoType PoSFParalCartesianGrid2D::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from PoSFMesh.
virtual SoType PoSFParalCartesianGrid2D::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from PoSFMesh.
const PbParalCartesianGrid2D& PoSFParalCartesianGrid2D::getValue | ( | ) | const [inline] |
Returns this field's value.
virtual size_t PoSFParalCartesianGrid2D::getValueSize | ( | ) | const [inline, virtual] |
Get size of the value.
Reimplemented from SoField.
int PoSFParalCartesianGrid2D::operator!= | ( | const PoSFParalCartesianGrid2D & | f | ) | const [inline] |
Returns FALSE if otherField is of the same type and has the same value as this field.
Reimplemented from SoField.
const PbParalCartesianGrid2D& PoSFParalCartesianGrid2D::operator= | ( | const PbParalCartesianGrid2D & | newValue | ) | [inline] |
Sets this field to newValue.
const PoSFParalCartesianGrid2D& PoSFParalCartesianGrid2D::operator= | ( | const PoSFParalCartesianGrid2D & | f | ) |
Copy from another field of same type.
int PoSFParalCartesianGrid2D::operator== | ( | const PoSFParalCartesianGrid2D & | f | ) | const |
Returns TRUE if otherField is of the same type and has the same value as this field.
Reimplemented from SoField.
void PoSFParalCartesianGrid2D::setGeometry | ( | int | num_x, | |
int | num_y, | |||
const float * | xn, | |||
const float * | yn, | |||
const float * | zn = NULL | |||
) |
Convenience method to change the geometry of the mesh.
See also PbParalCartesianGrid2D::setGeometry().
void PoSFParalCartesianGrid2D::setValue | ( | const PbParalCartesianGrid2D & | newValue | ) |
Sets this field to newValue.