Element stores information about all current sampler nodes.
More...
#include <SoSamplerInfoElement.h>
|
| void | init (SoState *state) override |
| | Initialize element.
|
| |
| void | push (SoState *state) override |
| | Override push() method.
|
| |
|
| 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.
|
| |
Element stores information about all current sampler nodes.
Definition at line 61 of file SoSamplerInfoElement.h.
◆ add()
| static void SoSamplerInfoElement::add |
( |
SoState * |
state, |
|
|
SoNode * |
node, |
|
|
const SbSamplerInfo & |
info |
|
) |
| |
|
static |
Add info about sampler to list.
◆ clear()
| static void SoSamplerInfoElement::clear |
( |
SoState * |
state, |
|
|
SoNode * |
node |
|
) |
| |
|
static |
◆ get()
| static const SbSamplerInfo & SoSamplerInfoElement::get |
( |
SoState * |
state | ) |
|
|
static |
Returns last sampler info.
◆ init()
| void SoSamplerInfoElement::init |
( |
SoState * |
state | ) |
|
|
override |
◆ initClass()
| static void SoSamplerInfoElement::initClass |
( |
| ) |
|
|
static |
Initialize class with runtime type system.
◆ push()
| void SoSamplerInfoElement::push |
( |
SoState * |
state | ) |
|
|
override |
◆ set()
| static void SoSamplerInfoElement::set |
( |
SoState * |
state, |
|
|
SoNode * |
node, |
|
|
const SbSamplerInfo & |
info |
|
) |
| |
|
static |
Truncate info list to zero length and set only this info.
◆ _info
The documentation for this class was generated from the following file: