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