MeVisLab Toolbox Reference
|
SoMLLUTExtension is a base class to extends the SoMLLut with functionality. More...
#include <SoMLLUTExtension.h>
Public Member Functions | |
virtual ml::LUTFunction * | changeLUT (ml::LUTFunction *) |
Change the lut. | |
void | GLRender (SoGLRenderAction *action) override |
Inventor actions. | |
void | callback (SoCallbackAction *action) override |
void | pick (SoPickAction *action) override |
void | doAction (SoAction *action) override |
Static Public Member Functions | |
static void | initClass () |
init class in inventor runtime | |
Protected Member Functions | |
SoMLLUTExtension () | |
Hidden constructor. | |
SoMLLUTExtension is a base class to extends the SoMLLut with functionality.
Extends the SoMLLut with functionality
Definition at line 32 of file SoMLLUTExtension.h.
|
protected |
Hidden constructor.
|
override |
|
inlinevirtual |
Change the lut.
Reimplemented in SoMLLUTChangeColor.
Definition at line 47 of file SoMLLUTExtension.h.
|
override |
Inventor actions.
|
override |