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