Stores a list of string sets. More...
#include <MeshVizXLM/mapping/elements/MoStringSetElement.h>
Public Member Functions | |
virtual void | push (SoState *) |
Static Public Member Functions | |
static SoType | getClassTypeId () |
static int | getClassStackIndex () |
static void | add (SoState *state, SoNode *node, const MiStringSet *StringSet) |
static int | getNum (SoState *state) |
static const MiStringSet * | get (SoState *state, int index) |
This element stores any kind of string sets in a list.
MoStringSet, MiStringSetI, MiStringSetIj, MiStringSetIjk
static void MoStringSetElement::add | ( | SoState * | state, | |
SoNode * | node, | |||
const MiStringSet * | StringSet | |||
) | [static] |
Adds a StringSet to the current set in the state.
static const MiStringSet* MoStringSetElement::get | ( | SoState * | state, | |
int | index | |||
) | [static] |
Get the element number index from the state.
static int MoStringSetElement::getClassStackIndex | ( | ) | [static] |
Returns the stack id for this element.
Reimplemented from SoAccumulatedElement.
static SoType MoStringSetElement::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoAccumulatedElement.
static int MoStringSetElement::getNum | ( | SoState * | state | ) | [static] |
Get number of elements in the state.
virtual void MoStringSetElement::push | ( | SoState * | ) | [virtual] |
Push the element into the state.
Reimplemented from SoAccumulatedElement.