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