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