Field containing a SbStructuredQuadrilateralMesh object More...
#include <ImageViz/Fields/SoSFStructuredQuadrilateralMesh.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
const SoSFStructuredQuadrilateralMesh & | operator= (const SoSFStructuredQuadrilateralMesh &f) |
SoSFStructuredQuadrilateralMesh () | |
virtual | ~SoSFStructuredQuadrilateralMesh () |
SbStructuredQuadrilateralMesh * | getValue () const |
void | setValue (SbStructuredQuadrilateralMesh *newValue) |
SbStructuredQuadrilateralMesh * | operator= (SbStructuredQuadrilateralMesh *newValue) |
int | operator== (const SoSFStructuredQuadrilateralMesh &f) const |
int | operator!= (const SoSFStructuredQuadrilateralMesh &f) const |
virtual size_t | getValueSize () const |
Static Public Member Functions | |
static SoType | getClassTypeId () |
This field maintains a reference to an instance of SbStructuredQuadrilateralMesh , correctly maintaining its reference count .
SoSFStructuredQuadrilateralMesh::SoSFStructuredQuadrilateralMesh | ( | ) |
Default constructor.
virtual SoSFStructuredQuadrilateralMesh::~SoSFStructuredQuadrilateralMesh | ( | ) | [virtual] |
Destructor.
static SoType SoSFStructuredQuadrilateralMesh::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoSField.
virtual SoType SoSFStructuredQuadrilateralMesh::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Implements SoTypedObject.
SbStructuredQuadrilateralMesh* SoSFStructuredQuadrilateralMesh::getValue | ( | ) | const [inline] |
Returns this field's value.
virtual size_t SoSFStructuredQuadrilateralMesh::getValueSize | ( | ) | const [inline, virtual] |
Get size of the value.
Reimplemented from SoField.
int SoSFStructuredQuadrilateralMesh::operator!= | ( | const SoSFStructuredQuadrilateralMesh & | f | ) | const [inline] |
Returns FALSE if otherField is of the same type and has the same value as this field.
Reimplemented from SoField.
SbStructuredQuadrilateralMesh* SoSFStructuredQuadrilateralMesh::operator= | ( | SbStructuredQuadrilateralMesh * | newValue | ) | [inline] |
Sets this field to newValue.
const SoSFStructuredQuadrilateralMesh& SoSFStructuredQuadrilateralMesh::operator= | ( | const SoSFStructuredQuadrilateralMesh & | f | ) |
Copy from another field of same type.
int SoSFStructuredQuadrilateralMesh::operator== | ( | const SoSFStructuredQuadrilateralMesh & | f | ) | const |
Returns TRUE if otherField is of the same type and has the same value as this field.
Reimplemented from SoField.
void SoSFStructuredQuadrilateralMesh::setValue | ( | SbStructuredQuadrilateralMesh * | newValue | ) |
Sets this field to newValue.