MeVisLab Toolbox Reference
|
Open Inventor element to administrate a pointer to a SoMLLUT node in the inventor state. More...
#include <SoMLLUTElement.h>
Public Member Functions | |
void | init (SoState *state) override |
See inventor element documentation. Not to be called directly. | |
SbBool | matches (const SoElement *elt) const override |
See inventor element documentation. | |
SoElement * | copyMatchInfo () const override |
See inventor element documentation. | |
void | print (FILE *fp) const override |
See inventor element documentation. | |
Static Public Member Functions | |
static void | set (SoState *state, SoNode *node, SoMLLUT *lutNode) |
Set element state. Usually called in action routines of self written inventor nodes. | |
static SoMLLUT * | get (SoState *state) |
Get/Query the element state. | |
static ml::LUTFunction * | getLut (SoState *state) |
Get/Query the element state. | |
static const SoMLLUTElement * | getInstance (SoState *state) |
Returns the top (current) instance of the element in the state. | |
static void | initClass () |
Initializes the SoMLLUTElement class. | |
Protected Member Functions | |
~SoMLLUTElement () override | |
Destructor. | |
Protected Attributes | |
SoMLLUT * | data |
Saves the pointer to the currently set node. | |
Open Inventor element to administrate a pointer to a SoMLLUT node in the inventor state.
Definition at line 33 of file SoMLLUTElement.h.
|
inlineoverrideprotected |
Destructor.
Definition at line 74 of file SoMLLUTElement.h.
|
override |
See inventor element documentation.
Must be called before first class usage, but after initialization of Inventor.
Get/Query the element state.
The pointer to the currently set node is returned. The return value can be NULL if no node is set.
|
static |
Returns the top (current) instance of the element in the state.
|
static |
Get/Query the element state.
The pointer to the currently set ml::LUTFunction is returned. The return value can be NULL if no lut is set.
See inventor element documentation. Not to be called directly.
Initializes the SoMLLUTElement class.
See inventor element documentation.
Set element state. Usually called in action routines of self written inventor nodes.
|
protected |
Saves the pointer to the currently set node.
Definition at line 71 of file SoMLLUTElement.h.