Stores a list of scalar sets for structured surface meshes. More...
#include <MeshVizXLM/mapping/elements/MoScalarSetElementIj.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 MiScalardSetIj *scalarSet) |
static int | getNum (SoState *state) |
static const MiScalardSetIj * | get (SoState *state, int index) |
This element stores a list of structured surface scalar data sets.
static void MoScalarSetElementIj::add | ( | SoState * | state, | |
SoNode * | node, | |||
const MiScalardSetIj * | scalarSet | |||
) | [static] |
Adds a ScalarSet to the current set in the state.
static const MiScalardSetIj* MoScalarSetElementIj::get | ( | SoState * | state, | |
int | index | |||
) | [static] |
Get the element number index from the state.
static int MoScalarSetElementIj::getClassStackIndex | ( | ) | [static] |
Returns the stack id for this element.
Reimplemented from SoAccumulatedElement.
static SoType MoScalarSetElementIj::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoAccumulatedElement.
static int MoScalarSetElementIj::getNum | ( | SoState * | state | ) | [static] |
Get number of elements in the state.
virtual void MoScalarSetElementIj::push | ( | SoState * | ) | [virtual] |
Push the element into the state.
Reimplemented from SoAccumulatedElement.