MeVisLabToolboxReference
SoShaderParameter2i Class Reference

Open Inventor uniform shader parameter node that defines two integer parameters. More...

#include <SoShaderParameter2i.h>

Inheritance diagram for SoShaderParameter2i:
SoUniformShaderParameter SoShaderParameter

List of all members.

Public Member Functions

 SoShaderParameter2i ()
 Constructor.
virtual void updateParameter (SoUniformParameterBase *uniformBase, SoState *state)
 Assigns or updates the parameter's value.

Static Public Member Functions

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

Public Attributes

SoSFVec2s value
 The parameter's value.

Detailed Description

Open Inventor uniform shader parameter node that defines two integer parameters.

Definition at line 16 of file SoShaderParameter2i.h.


Constructor & Destructor Documentation

SoShaderParameter2i::SoShaderParameter2i ( )

Constructor.


Member Function Documentation

static void SoShaderParameter2i::initClass ( ) [static]

Initialize class with runtime type system.

Reimplemented from SoUniformShaderParameter.

virtual void SoShaderParameter2i::updateParameter ( SoUniformParameterBase uniformBase,
SoState *  state 
) [virtual]

Assigns or updates the parameter's value.

Implements SoUniformShaderParameter.


Member Data Documentation

The parameter's value.

Definition at line 25 of file SoShaderParameter2i.h.


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