24#ifndef _MoScalarSetElement_H
25#define _MoScalarSetElement_H
27#include <Inventor/elements/SoAccumulatedElement.h>
28#include <MeshVizXLM/mesh/data/MiTypedDataSet.h>
41SoEXTENDER_Documented
class MESHVIZXLM_DMAP_API MoScalarSetElement :
public SoAccumulatedElement {
43 SO_ELEMENT_HEADER(MoScalarSetElement);
65 template <
typename _ScalarT>
66 static const _ScalarT*
get(
SoState *state,
int index);
76 virtual void init(
SoState *state);
80 static void initClass();
81 static void exitClass() ;
87 virtual ~MoScalarSetElement();
92template <
typename _ScalarT>
static const MiScalardSet * get(SoState *state, int index)
Get the element number index from the state.
static void add(SoState *state, SoNode *node, const MiScalardSet *scalarSet)
Adds a ScalarSet to the current set in the state.
virtual void push(SoState *)
Push the element into the state.
static int getNum(SoState *state)
Get number of elements in the state.
List of generic (void *) pointers.
Abstract base class for all database nodes.
MiTypedDataSet< double > MiScalardSet
Specialization for scalar sets containing double.