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