#include <SoMultiPassFramebufferSamplerElement.h>
Public Member Functions | |
| virtual void | init (SoState *state) |
| Initialize element. | |
| virtual void | push (SoState *state) |
| 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. | |
Definition at line 18 of file SoMultiPassFramebufferSamplerElement.h.
| static void SoMultiPassFramebufferSamplerElement::add | ( | SoState * | state, | |
| SoMultiPassFramebufferSampler * | sampler | |||
| ) | [static] |
Add to sampler list.
| static const SoNodeList& SoMultiPassFramebufferSamplerElement::get | ( | SoState * | state | ) | [static] |
Returns the current list of samplers from the state.
| virtual void SoMultiPassFramebufferSamplerElement::init | ( | SoState * | state | ) | [virtual] |
Initialize element.
| static void SoMultiPassFramebufferSamplerElement::initClass | ( | ) | [static] |
Initialize class with runtime type system.
| virtual void SoMultiPassFramebufferSamplerElement::push | ( | SoState * | state | ) | [virtual] |
Overrides push() method to copy values from next instance in the stack.
SoNodeList SoMultiPassFramebufferSamplerElement::_samplers [protected] |
1.5.8