MeVisLab Toolbox Reference
|
#include <SoPolygonLayerElement.h>
Public Member Functions | |
void | init (SoState *state) override |
Initializes element. | |
void | push (SoState *state) override |
Overrides push() method to copy values from next instance in the stack. | |
Static Public Member Functions | |
static void | add (SoState *state, SoNode *node, const SbPolygonLayer &layer) |
Add to the current polygon layer list. | |
static const SbSet< SbPolygonLayer, ltSbPolygonLayerId > & | get (SoState *state) |
Returns the current list of polygon layers from the state. | |
static const SbPolygonLayer & | getWithId (SoState *state, const SbString &id) |
static const SbPolygonLayer & | getTop (SoState *state) |
static const SbPolygonLayer & | getBottom (SoState *state) |
static void | initClass (void) |
Protected Member Functions | |
virtual | ~SoPolygonLayerElement () |
Protected Attributes | |
SbSet< SbPolygonLayer, ltSbPolygonLayerId > | _layer |
SbSet< SbPolygonLayer, ltSbPolygonLayerId >::const_iterator | _top |
SbSet< SbPolygonLayer, ltSbPolygonLayerId >::const_iterator | _bottom |
Definition at line 60 of file SoPolygonLayerElement.h.
|
protectedvirtual |
|
static |
Add to the current polygon layer list.
|
static |
Returns the current list of polygon layers from the state.
|
static |
|
static |
|
static |
Overrides push() method to copy values from next instance in the stack.
|
protected |
Definition at line 86 of file SoPolygonLayerElement.h.
|
protected |
Definition at line 84 of file SoPolygonLayerElement.h.
|
protected |
Definition at line 85 of file SoPolygonLayerElement.h.