#include <SoSamplerInfoElement.h>
Public Member Functions | |
| virtual void | init (SoState *state) |
| Initialize element. | |
| virtual void | push (SoState *state) |
| 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. | |
Definition at line 53 of file SoSamplerInfoElement.h.
| static void SoSamplerInfoElement::add | ( | SoState * | state, | |
| SoNode * | node, | |||
| const SbSamplerInfo & | info | |||
| ) | [static] |
Add info about sampler to list.
| static void SoSamplerInfoElement::clear | ( | SoState * | state, | |
| SoNode * | node | |||
| ) | [static] |
Clear list.
| static const SbSamplerInfo& SoSamplerInfoElement::get | ( | SoState * | state | ) | [static] |
Returns last sampler info.
| virtual void SoSamplerInfoElement::init | ( | SoState * | state | ) | [virtual] |
Initialize element.
| static void SoSamplerInfoElement::initClass | ( | ) | [static] |
Initialize class with runtime type system.
| virtual void SoSamplerInfoElement::push | ( | SoState * | state | ) | [virtual] |
Override push() method.
| static void SoSamplerInfoElement::set | ( | SoState * | state, | |
| SoNode * | node, | |||
| const SbSamplerInfo & | info | |||
| ) | [static] |
Truncate info list to zero length and set only this info.
std::list<SbSamplerInfo> SoSamplerInfoElement::_info [protected] |
1.5.8