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