MeVisLab Toolbox Reference
|
Open Inventor node implementing an interface to the ml::LUTFunction. More...
#include <SoMLLUT.h>
Public Member Functions | |
SoMLLUT () | |
Constructor. | |
ml::LUTFunction * | getLut () |
returns the LUT function that is given to this node | |
Static Public Member Functions | |
static void | initClass () |
Initializes this class. | |
Public Attributes | |
SoSFMLBase | inLUT |
The input ML base object (must be derived from ML_UTILS_NAMESPACE::LUTFunction) | |
SoSFBool | acceptExtensions |
Protected Member Functions | |
~SoMLLUT () override | |
Destructor. | |
void | changeLUT (SoAction *action) |
void | GLRender (SoGLRenderAction *action) override |
Sets the current look up table state for subsequent nodes. | |
void | callback (SoCallbackAction *action) override |
void | handleEvent (SoHandleEventAction *action) override |
void | rayPick (SoRayPickAction *action) override |
void | doAction (SoAction *action) override |
Open Inventor node implementing an interface to the ml::LUTFunction.
Open Inventor node implementing an interface to the ml::LUTFunction
SoMLLUT::SoMLLUT | ( | ) |
Constructor.
|
overrideprotected |
Destructor.
|
overrideprotected |
ml::LUTFunction * SoMLLUT::getLut | ( | ) |
returns the LUT function that is given to this node
|
overrideprotected |
Sets the current look up table state for subsequent nodes.
|
overrideprotected |
|
overrideprotected |
SoSFMLBase SoMLLUT::inLUT |