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