24#ifndef _MoStringSetElement_H
25#define _MoStringSetElement_H
27#include <Inventor/elements/SoAccumulatedElement.h>
28#include <MeshVizXLM/mesh/data/MiTypedDataSet.h>
41SoEXTENDER_Documented
class MESHVIZXLM_DMAP_API MoStringSetElement :
public SoAccumulatedElement {
43 SO_ELEMENT_HEADER(MoStringSetElement);
69 virtual void init(
SoState *state);
73 static void initClass();
74 static void exitClass() ;
80 virtual ~MoStringSetElement();
static const MiStringSet * get(SoState *state, int index)
Get the element number index from the state.
virtual void push(SoState *)
Push the element into the state.
static void add(SoState *state, SoNode *node, const MiStringSet *StringSet)
Adds a StringSet to the current set in 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< std::string > MiStringSet
Specialization for string sets containing std::string.