24#ifndef _SO_MULTI_SWITCH_ELEMENT
25#define _SO_MULTI_SWITCH_ELEMENT
59 set(state, index, traversalMode);
78 static void initClass();
79 static void exitClass();
#define SoEXTENDER_Documented
SbIntList(int initSize)
Maintains a list of integer (int) values.
#define SO_ELEMENT_HEADER(className)
Stores a list of int32_t, int, or enum values.
Stores the current multi-switch indices.
static const SbIntList & get(SoState *state)
Returns current switch index from the state.
static void set(SoState *state, SbIntList &index, SoMultiSwitch::TraversalMode traversalMode)
Sets the current switch index in the state.
static SoType getClassTypeId()
Returns the type identifier for this class.
static void set(SoState *state, SoNode *, SbIntList &index, SoMultiSwitch::TraversalMode traversalMode)
Sets the current switch index in the state.
static int getClassStackIndex()
Returns the stack id for this element.
static SoMultiSwitch::TraversalMode getTraversalMode(SoState *state)
TraversalMode
Traversal Mode enumerated values.
Abstract base class for all database nodes.