MeVisLab Toolbox Reference
|
Element stores information about all current sampler nodes. More...
#include <SoSamplerInfoElement.h>
Public Member Functions | |
void | init (SoState *state) override |
Initialize element. | |
void | push (SoState *state) override |
Override push() method. | |
Static Public Member Functions | |
static void | add (SoState *state, SoNode *node, const SbSamplerInfo &info) |
Add info about sampler to list. | |
static void | set (SoState *state, SoNode *node, const SbSamplerInfo &info) |
Truncate info list to zero length and set only this info. | |
static void | clear (SoState *state, SoNode *node) |
Clear list. | |
static const SbSamplerInfo & | get (SoState *state) |
Returns last sampler info. | |
static void | initClass () |
Initialize class with runtime type system. | |
Protected Attributes | |
std::list< SbSamplerInfo > | _info |
sampler info. | |
Element stores information about all current sampler nodes.
Definition at line 61 of file SoSamplerInfoElement.h.
|
static |
Add info about sampler to list.
|
static |
Returns last sampler info.
|
static |
Truncate info list to zero length and set only this info.
|
protected |
sampler info.
Definition at line 95 of file SoSamplerInfoElement.h.