Stores the current complexity type. More...
#include <Inventor/elements/SoComplexityTypeElement.h>
Public Types | |
enum | Type { OBJECT_SPACE, SCREEN_SPACE, BOUNDING_BOX } |
Public Member Functions | |
virtual void | print (FILE *fp) const |
Static Public Member Functions | |
static SoType | getClassTypeId () |
static int | getClassStackIndex () |
static void | set (SoState *state, Type type) |
static void | set (SoState *state, SoNode *, Type type) |
static Type | get (SoState *state) |
static Type | getDefault () |
Stores the current complexity type.
This element stores the current complexity type.
Returns current complexity type from the state.
static int SoComplexityTypeElement::getClassStackIndex | ( | ) | [static] |
Returns the stack id for this element.
Reimplemented from SoInt32Element.
static SoType SoComplexityTypeElement::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoInt32Element.
static Type SoComplexityTypeElement::getDefault | ( | ) | [static] |
Returns the default complexity type.
virtual void SoComplexityTypeElement::print | ( | FILE * | fp | ) | const [virtual] |
Prints element (for debugging).
Reimplemented from SoInt32Element.
Sets the current complexity type in the state.
Sets the current complexity type in the state.