Field containing an SoDataMeasureAttributes object More...
#include <ImageViz/Fields/SoSFDataMeasureAttributes.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
const SoSFDataMeasureAttributes & | operator= (const SoSFDataMeasureAttributes &f) |
SoSFDataMeasureAttributes () | |
virtual | ~SoSFDataMeasureAttributes () |
SoDataMeasureAttributes * | operator= (SoDataMeasureAttributes *newValue) |
SoDataMeasureAttributes * | getValue () const |
Static Public Member Functions | |
static SoType | getClassTypeId () |
This field maintains a reference to an instance of SoDataMeasureAttributes , correctly maintaining its reference count .
SoSFDataMeasureAttributes::SoSFDataMeasureAttributes | ( | ) |
Default constructor.
virtual SoSFDataMeasureAttributes::~SoSFDataMeasureAttributes | ( | ) | [virtual] |
Destructor.
static SoType SoSFDataMeasureAttributes::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoSFFieldContainer.
virtual SoType SoSFDataMeasureAttributes::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from SoSFFieldContainer.
SoDataMeasureAttributes* SoSFDataMeasureAttributes::getValue | ( | ) | const [inline] |
Returns current value.
Reimplemented from SoSFFieldContainer.
SoDataMeasureAttributes* SoSFDataMeasureAttributes::operator= | ( | SoDataMeasureAttributes * | newValue | ) | [inline] |
Sets this field to newValue.
const SoSFDataMeasureAttributes& SoSFDataMeasureAttributes::operator= | ( | const SoSFDataMeasureAttributes & | f | ) |
Copy from another field of same type.
Reimplemented from SoSFFieldContainer.