50#ifndef _SO_COMPLEXITY_TYPE_ELEMENT
51#define _SO_COMPLEXITY_TYPE_ELEMENT
53#include <Inventor/elements/SoInt32Element.h>
110 virtual void init(
SoState *state);
114 static void initClass();
115 static void exitClass();
Stores the current complexity type.
static Type get(SoState *state)
Returns current complexity type from the state.
static int getClassStackIndex()
Returns the stack id for this element.
virtual void print(FILE *fp) const
Prints element (for debugging).
Type
These are the available complexity types:
static void set(SoState *state, Type type)
Sets the current complexity type in the state.
static SoType getClassTypeId()
Returns the type identifier for this class.
static Type getDefault()
Returns the default complexity type.
static void set(SoState *state, SoNode *, Type type)
Sets the current complexity type in the state.
Stores a single int32_t, int, or enum value.
Abstract base class for all database nodes.