MeVisLab Toolbox Reference
SoMultiPassFramebufferSamplerElement Class Reference

Internal Open Inventor element not meant to be used in SDK. More...

#include <SoMultiPassFramebufferSamplerElement.h>

Inheritance diagram for SoMultiPassFramebufferSamplerElement:

Public Member Functions

void init (SoState *state) override
 Initialize element. More...
 
void push (SoState *state) override
 Overrides push() method to copy values from next instance in the stack. More...
 

Static Public Member Functions

static void add (SoState *state, SoMultiPassFramebufferSampler *sampler)
 Add to sampler list. More...
 
static const SoNodeList & get (SoState *state)
 Returns the current list of samplers from the state. More...
 
static void initClass ()
 Initialize class with runtime type system. More...
 

Protected Attributes

SoNodeList _samplers
 List of sampler nodes. More...
 

Detailed Description

Internal Open Inventor element not meant to be used in SDK.

Definition at line 26 of file SoMultiPassFramebufferSamplerElement.h.

Member Function Documentation

◆ add()

static void SoMultiPassFramebufferSamplerElement::add ( SoState *  state,
SoMultiPassFramebufferSampler sampler 
)
static

Add to sampler list.

◆ get()

static const SoNodeList& SoMultiPassFramebufferSamplerElement::get ( SoState *  state)
static

Returns the current list of samplers from the state.

◆ init()

void SoMultiPassFramebufferSamplerElement::init ( SoState *  state)
override

Initialize element.

◆ initClass()

static void SoMultiPassFramebufferSamplerElement::initClass ( )
static

Initialize class with runtime type system.

◆ push()

void SoMultiPassFramebufferSamplerElement::push ( SoState *  state)
override

Overrides push() method to copy values from next instance in the stack.

Member Data Documentation

◆ _samplers

SoNodeList SoMultiPassFramebufferSamplerElement::_samplers
protected

List of sampler nodes.

Definition at line 54 of file SoMultiPassFramebufferSamplerElement.h.


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