34#ifndef _MO_VEC3SET_ELEMENTIJ_
35#define _MO_VEC3SET_ELEMENTIJ_
37#include <Inventor/elements/SoAccumulatedElement.h>
38#include <MeshVizXLM/mesh/data/MiDataSetIj.h>
39#include <MeshVizXLM/mapping/MoMeshVizDataMapping.h>
46SoEXTENDER_Documented
class MESHVIZXLM_DMAP_API MoVec3SetElementIj :
public SoAccumulatedElement {
48 SO_ELEMENT_HEADER(MoVec3SetElementIj);
74 virtual void init(
SoState *state);
78 static void initClass();
79 static void exitClass() ;
85 virtual ~MoVec3SetElementIj();
virtual void push(SoState *)
Push the element into the state.
static void add(SoState *state, SoNode *node, const MiVec3dSetIj *vec3Set)
Adds a ScalarSet to the current set in the state.
static int getNum(SoState *state)
Get number of elements in the state.
static const MiVec3dSetIj * get(SoState *state, int index)
Get the element number index from the state.
List of generic (void *) pointers.
Abstract base class for all database nodes.
MiDataSetIj< MbVec3d > MiVec3dSetIj
Specialization for structured vector sets containing MbVec3d.