#include <SoFramebufferSamplerElement.h>
Public Member Functions | |
| virtual void | init (SoState *state) |
| Initialize element. | |
Static Public Member Functions | |
| static void | set (SoState *state, SoNode *node, SoFramebufferSampler *framebufferSampler) |
| Sets the current framebuffer sampler in the state. | |
| static SoFramebufferSampler * | get (SoState *state) |
| Returns the current framebuffer sampler from the state. | |
| static void | initClass () |
| Initialize class with runtime type system. | |
Protected Member Functions | |
| virtual | ~SoFramebufferSamplerElement () |
| Destructor. | |
Protected Attributes | |
| SoFramebufferSampler * | _framebufferSampler |
Definition at line 17 of file SoFramebufferSamplerElement.h.
| virtual SoFramebufferSamplerElement::~SoFramebufferSamplerElement | ( | ) | [protected, virtual] |
Destructor.
| static SoFramebufferSampler* SoFramebufferSamplerElement::get | ( | SoState * | state | ) | [static] |
Returns the current framebuffer sampler from the state.
| virtual void SoFramebufferSamplerElement::init | ( | SoState * | state | ) | [virtual] |
Initialize element.
| static void SoFramebufferSamplerElement::initClass | ( | ) | [static] |
Initialize class with runtime type system.
| static void SoFramebufferSamplerElement::set | ( | SoState * | state, | |
| SoNode * | node, | |||
| SoFramebufferSampler * | framebufferSampler | |||
| ) | [static] |
Sets the current framebuffer sampler in the state.
Definition at line 43 of file SoFramebufferSamplerElement.h.
1.5.8