MeVisLab Toolbox Reference
SoMLLUTChangeColor Class Reference

Defines a change color extension to the SoMLLUT. More...

#include <SoMLLUTChangeColor.h>

Inheritance diagram for SoMLLUTChangeColor:
SoMLLUTExtension

Public Types

enum  VisualTypes {
  As_Input = 0 , L , LA , RGB ,
  RGBA
}
 

Public Member Functions

 SoMLLUTChangeColor ()
 
ml::LUTFunctionchangeLUT (ml::LUTFunction *lut) override
 Change the lut. More...
 
- Public Member Functions inherited from SoMLLUTExtension
void GLRender (SoGLRenderAction *action) override
 Inventor actions. More...
 
void callback (SoCallbackAction *action) override
 
void pick (SoPickAction *action) override
 
void doAction (SoAction *action) override
 

Static Public Member Functions

static void initClass ()
 inventor runtime system More...
 
- Static Public Member Functions inherited from SoMLLUTExtension
static void initClass ()
 init class in inventor runtime More...
 

Public Attributes

SoSFBool enabled
 Fields. More...
 
SoSFEnum visualType
 Visual type. More...
 
SoSFColor color
 Color factor. More...
 
SoSFFloat intensity
 Intensity and alpha factors. More...
 
SoSFFloat alpha
 

Protected Member Functions

 ~SoMLLUTChangeColor () override
 
- Protected Member Functions inherited from SoMLLUTExtension
 SoMLLUTExtension ()
 Hidden constructor. More...
 

Protected Attributes

ml::LUTFColor _lutfColor
 LUT transform function. More...
 

Detailed Description

Defines a change color extension to the SoMLLUT.

defines a debug extension to the SoGVRVolRen

Definition at line 30 of file SoMLLUTChangeColor.h.

Member Enumeration Documentation

◆ VisualTypes

Enumerator
As_Input 
LA 
RGB 
RGBA 

Definition at line 37 of file SoMLLUTChangeColor.h.

Constructor & Destructor Documentation

◆ SoMLLUTChangeColor()

SoMLLUTChangeColor::SoMLLUTChangeColor ( )

◆ ~SoMLLUTChangeColor()

SoMLLUTChangeColor::~SoMLLUTChangeColor ( )
overrideprotected

Member Function Documentation

◆ changeLUT()

ml::LUTFunction* SoMLLUTChangeColor::changeLUT ( ml::LUTFunction lut)
overridevirtual

Change the lut.

Reimplemented from SoMLLUTExtension.

◆ initClass()

static void SoMLLUTChangeColor::initClass ( )
static

inventor runtime system

Member Data Documentation

◆ _lutfColor

ml::LUTFColor SoMLLUTChangeColor::_lutfColor
protected

LUT transform function.

Definition at line 73 of file SoMLLUTChangeColor.h.

◆ alpha

SoSFFloat SoMLLUTChangeColor::alpha

Definition at line 57 of file SoMLLUTChangeColor.h.

◆ color

SoSFColor SoMLLUTChangeColor::color

Color factor.

Definition at line 53 of file SoMLLUTChangeColor.h.

◆ enabled

SoSFBool SoMLLUTChangeColor::enabled

Fields.

Definition at line 47 of file SoMLLUTChangeColor.h.

◆ intensity

SoSFFloat SoMLLUTChangeColor::intensity

Intensity and alpha factors.

Definition at line 56 of file SoMLLUTChangeColor.h.

◆ visualType

SoSFEnum SoMLLUTChangeColor::visualType

Visual type.

Definition at line 50 of file SoMLLUTChangeColor.h.


The documentation for this class was generated from the following file: