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