MeVisLab Toolbox Reference
|
Internal Open Inventor element not meant to be used in SDK. More...
#include <SoMultiPassFramebufferSamplerElement.h>
Public Member Functions | |
void | init (SoState *state) override |
Initialize element. | |
void | push (SoState *state) override |
Overrides push() method to copy values from next instance in the stack. | |
Static Public Member Functions | |
static void | add (SoState *state, SoMultiPassFramebufferSampler *sampler) |
Add to sampler list. | |
static const SoNodeList & | get (SoState *state) |
Returns the current list of samplers from the state. | |
static void | initClass () |
Initialize class with runtime type system. | |
Protected Attributes | |
SoNodeList | _samplers |
List of sampler nodes. | |
Internal Open Inventor element not meant to be used in SDK.
Definition at line 26 of file SoMultiPassFramebufferSamplerElement.h.
|
static |
Add to sampler list.
|
static |
Returns the current list of samplers from the state.
Initialize class with runtime type system.
Overrides push() method to copy values from next instance in the stack.
|
protected |
List of sampler nodes.
Definition at line 54 of file SoMultiPassFramebufferSamplerElement.h.