MeVisLab Toolbox Reference
|
Abstract Open Inventor group base class for shader parameter nodes. More...
#include <SoShaderParameter.h>
Public Member Functions | |
void | callback (SoCallbackAction *) override |
Shut down handling of these actions for children. | |
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. | |
Public Attributes | |
SoSFString | name |
Name given to parameter in high level languages. | |
Protected Member Functions | |
SoShaderParameter () | |
Constructor. | |
Abstract Open Inventor group base class for shader parameter nodes.
Abstract Open Inventor group base class for shader parameter nodes.
Definition at line 24 of file SoShaderParameter.h.
|
protected |
Constructor.
|
inlineoverride |
Shut down handling of these actions for children.
Definition at line 38 of file SoShaderParameter.h.
|
inlineoverride |
Definition at line 40 of file SoShaderParameter.h.
|
inlineoverride |
Definition at line 41 of file SoShaderParameter.h.
|
inlineoverride |
Definition at line 39 of file SoShaderParameter.h.
|
inlineoverride |
Definition at line 42 of file SoShaderParameter.h.
|
inlineoverride |
Definition at line 43 of file SoShaderParameter.h.
SoSFString SoShaderParameter::name |
Name given to parameter in high level languages.
Definition at line 33 of file SoShaderParameter.h.