MeVisLab Toolbox Reference
SoClearShaderState Class Reference

Open Inventor node to clear shader state. More...

#include <SoClearShaderState.h>

Inheritance diagram for SoClearShaderState:

Public Member Functions

 SoClearShaderState ()
 Constructor. More...
 
void GLRender (SoGLRenderAction *action) override
 Implements rendering. More...
 

Static Public Member Functions

static void initClass ()
 Initialize class with runtime type system. More...
 

Public Attributes

SoSFBool shaderParameterList
 Collects all vertex and fragment shaders. More...
 
SoSFBool shaderObjectList
 Collects all shader parameters. More...
 

Protected Member Functions

 ~SoClearShaderState () override
 Destructor. More...
 

Detailed Description

Open Inventor node to clear shader state.

Definition at line 26 of file SoClearShaderState.h.

Constructor & Destructor Documentation

◆ SoClearShaderState()

SoClearShaderState::SoClearShaderState ( )

Constructor.

◆ ~SoClearShaderState()

SoClearShaderState::~SoClearShaderState ( )
overrideprotected

Destructor.

Member Function Documentation

◆ GLRender()

void SoClearShaderState::GLRender ( SoGLRenderAction *  action)
override

Implements rendering.

◆ initClass()

static void SoClearShaderState::initClass ( )
static

Initialize class with runtime type system.

Member Data Documentation

◆ shaderObjectList

SoSFBool SoClearShaderState::shaderObjectList

Collects all shader parameters.

Definition at line 38 of file SoClearShaderState.h.

◆ shaderParameterList

SoSFBool SoClearShaderState::shaderParameterList

Collects all vertex and fragment shaders.

Definition at line 35 of file SoClearShaderState.h.


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