MeVisLab Toolbox Reference
|
#include <SoView2DShaderFunction.h>
Static Public Member Functions | |
static void | initClass () |
Initialization for inventor runtime system. | |
Static Public Member Functions inherited from SoView2DShaderFunctionBase | |
static void | initClass () |
Initialization for inventor runtime system. | |
Public Attributes | |
SoSFEnum | modificationType |
Insertion settings. | |
SoSFEnum | fragmentStep |
SoSFBool | needsActiveStep |
Public Attributes inherited from SoView2DShaderFunctionBase | |
SoSFBool | enabled |
Enable/disabled this node. | |
SoSFString | functionDisplay |
Resulting function display. | |
SoSFString | functionName |
Function declaration fields. | |
SoSFString | functionBody |
SoSFString | parameterDeclaration |
SoSFString | substep |
SoSFString | replaced1 |
String replacement fields. | |
SoSFString | replacement1 |
SoSFString | replaced2 |
SoSFString | replacement2 |
SoSFString | replaced3 |
SoSFString | replacement3 |
Protected Member Functions | |
void | GLRender (SoGLRenderAction *action) override |
Additional Inherited Members | |
Public Member Functions inherited from SoView2DShaderFunctionBase | |
SoView2DShaderFunctionBase () | |
~SoView2DShaderFunctionBase () override | |
Protected Attributes inherited from SoView2DShaderFunctionBase | |
ShaderPipelineCustomFunction | _function |
The function configured by this node. | |
SoView2DShaderOperation | _operation |
The operation configured by this node. | |
Definition at line 139 of file SoView2DShaderFunction.h.
|
overrideprotected |
Initialization for inventor runtime system.
SoSFEnum SoView2DShaderFunction::fragmentStep |
Definition at line 153 of file SoView2DShaderFunction.h.
SoSFEnum SoView2DShaderFunction::modificationType |
Insertion settings.
Definition at line 152 of file SoView2DShaderFunction.h.
SoSFBool SoView2DShaderFunction::needsActiveStep |
Definition at line 154 of file SoView2DShaderFunction.h.