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