50#ifndef _SO_COMPLEXITY_TYPE_ELEMENT
51#define _SO_COMPLEXITY_TYPE_ELEMENT
53#include <Inventor/elements/SoInt32Element.h>
66SoEXTENDER_Documented
class SoComplexityTypeElement :
public SoInt32Element {
68 SO_ELEMENT_HEADER(SoComplexityTypeElement);
110 virtual void init(
SoState *state);
114 static void initClass();
115 static void exitClass();
118 virtual ~SoComplexityTypeElement();
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.
Abstract base class for all database nodes.