#include <Inventor/fields/SoSFFieldContainer.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
const SoSFFieldContainer & | operator= (const SoSFFieldContainer &f) |
SoSFFieldContainer () | |
virtual | ~SoSFFieldContainer () |
SoFieldContainer * | getValue () const |
void | setValue (SoFieldContainer *newValue) |
SoFieldContainer * | operator= (SoFieldContainer *newValue) |
int | operator== (const SoSFFieldContainer &f) const |
int | operator!= (const SoSFFieldContainer &f) const |
virtual size_t | getValueSize () const |
Static Public Member Functions | |
static SoType | getClassTypeId () |
SoSFFieldContainer::SoSFFieldContainer | ( | ) |
Default constructor.
virtual SoSFFieldContainer::~SoSFFieldContainer | ( | ) | [virtual] |
Destructor.
static SoType SoSFFieldContainer::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoSField.
Reimplemented in SoSFAnalysisResult, SoSFDataMeasure, SoSFDataMeasureAttributes, SoSFImageAnalysisResult, SoSFImageDataAdapter, SoSFLabelAnalysisResult, SoSFMorphoLut2D, SoSFMorphoLut3D, SoSFSegmentChain, SoSFMaterial, SoSFLDMDataTransform, and SoSFLDMResourceParameters.
virtual SoType SoSFFieldContainer::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Implements SoTypedObject.
Reimplemented in SoSFAnalysisResult, SoSFDataMeasure, SoSFDataMeasureAttributes, SoSFImageAnalysisResult, SoSFImageDataAdapter, SoSFLabelAnalysisResult, SoSFMorphoLut2D, SoSFMorphoLut3D, SoSFSegmentChain, SoSFMaterial, SoSFLDMDataTransform, and SoSFLDMResourceParameters.
SoFieldContainer* SoSFFieldContainer::getValue | ( | ) | const [inline] |
Returns this field's value.
Reimplemented in SoSFAnalysisResult, SoSFDataMeasure, SoSFDataMeasureAttributes, SoSFImageAnalysisResult, SoSFImageDataAdapter, SoSFLabelAnalysisResult, SoSFMorphoLut2D, SoSFMorphoLut3D, SoSFSegmentChain, SoSFMaterial, SoSFLDMDataTransform, and SoSFLDMResourceParameters.
virtual size_t SoSFFieldContainer::getValueSize | ( | ) | const [inline, virtual] |
Get size of the value.
Reimplemented from SoField.
int SoSFFieldContainer::operator!= | ( | const SoSFFieldContainer & | f | ) | const [inline] |
Returns FALSE if otherField is of the same type and has the same value as this field.
Reimplemented from SoField.
SoFieldContainer* SoSFFieldContainer::operator= | ( | SoFieldContainer * | newValue | ) | [inline] |
Sets this field to newValue.
const SoSFFieldContainer& SoSFFieldContainer::operator= | ( | const SoSFFieldContainer & | f | ) |
Copy from another field of same type.
Reimplemented in SoSFAnalysisResult, SoSFDataMeasure, SoSFDataMeasureAttributes, SoSFImageAnalysisResult, SoSFImageDataAdapter, SoSFLabelAnalysisResult, SoSFMorphoLut2D, SoSFMorphoLut3D, SoSFSegmentChain, SoSFMaterial, SoSFLDMDataTransform, and SoSFLDMResourceParameters.
int SoSFFieldContainer::operator== | ( | const SoSFFieldContainer & | f | ) | const |
Returns TRUE if otherField is of the same type and has the same value as this field.
Reimplemented from SoField.
void SoSFFieldContainer::setValue | ( | SoFieldContainer * | newValue | ) |
Sets this field to newValue.