MeVisLab Toolbox Reference
SoShaderParameterMatrix Class Reference

Open Inventor uniform shader parameter node that defines a matrix parameter. More...

#include <SoShaderParameterMatrix.h>

Inheritance diagram for SoShaderParameterMatrix:
SoUniformShaderParameter SoShaderParameter

Public Member Functions

 SoShaderParameterMatrix ()
 Constructor. More...
 
void updateParameter (SoUniformParameterBase *uniformBase, SoState *state) override
 Assigns or updates the parameter's value. More...
 
- Public Member Functions inherited from SoUniformShaderParameter
void GLRender (SoGLRenderAction *action) override
 Add this node to element in state. More...
 
virtual void updatePreparation (SoState *)
 Hook for internal preparation steps. More...
 
- Public Member Functions inherited from SoShaderParameter
void callback (SoCallbackAction *) override
 Shut down handling of these actions for children. More...
 
void GLRender (SoGLRenderAction *) override
 
void getBoundingBox (SoGetBoundingBoxAction *) override
 
void getMatrix (SoGetMatrixAction *) override
 
void handleEvent (SoHandleEventAction *) override
 
void pick (SoPickAction *) override
 

Static Public Member Functions

static void initClass ()
 Initialize class with runtime type system. More...
 
- Static Public Member Functions inherited from SoUniformShaderParameter
static void initClass ()
 Initialize class with runtime type system. More...
 
- Static Public Member Functions inherited from SoShaderParameter
static void initClass ()
 Initialize class with runtime type system. More...
 

Public Attributes

SoSFMatrix value
 The parameter's value. More...
 
SoSFBool transposed
 If enabled, the given matrix is transposed, which is the default for ML matrices. More...
 
- Public Attributes inherited from SoUniformShaderParameter
std::set< SbString > auxUniformParameters
 Auxiliary uniform shader parameters which are maintained by this node. More...
 
- Public Attributes inherited from SoShaderParameter
SoSFString name
 Name given to parameter in high level languages. More...
 

Additional Inherited Members

- Protected Member Functions inherited from SoUniformShaderParameter
 SoUniformShaderParameter ()
 Constructor. More...
 
- Protected Member Functions inherited from SoShaderParameter
 SoShaderParameter ()
 Constructor. More...
 

Detailed Description

Open Inventor uniform shader parameter node that defines a matrix parameter.

Open Inventor uniform shader parameter node that defines a matrix parameter.

Definition at line 25 of file SoShaderParameterMatrix.h.

Constructor & Destructor Documentation

◆ SoShaderParameterMatrix()

SoShaderParameterMatrix::SoShaderParameterMatrix ( )

Constructor.

Member Function Documentation

◆ initClass()

static void SoShaderParameterMatrix::initClass ( )
static

Initialize class with runtime type system.

◆ updateParameter()

void SoShaderParameterMatrix::updateParameter ( SoUniformParameterBase uniformBase,
SoState *  state 
)
overridevirtual

Assigns or updates the parameter's value.

Implements SoUniformShaderParameter.

Member Data Documentation

◆ transposed

SoSFBool SoShaderParameterMatrix::transposed

If enabled, the given matrix is transposed, which is the default for ML matrices.

Definition at line 38 of file SoShaderParameterMatrix.h.

◆ value

SoSFMatrix SoShaderParameterMatrix::value

The parameter's value.

Definition at line 34 of file SoShaderParameterMatrix.h.


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