Stores the current shape complexity. More...
#include <Inventor/elements/SoComplexityElement.h>
Static Public Member Functions | |
static SoType | getClassTypeId () |
static int | getClassStackIndex () |
static void | set (SoState *state, float comp) |
static void | set (SoState *state, SoNode *, float comp) |
static float | get (SoState *state) |
static float | getDefault () |
Stores the current shape complexity.
This element stores the current shape complexity.
static float SoComplexityElement::get | ( | SoState * | state | ) | [inline, static] |
Returns current complexity from the state.
static int SoComplexityElement::getClassStackIndex | ( | ) | [static] |
Returns the stack id for this element.
Reimplemented from SoFloatElement.
static SoType SoComplexityElement::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoFloatElement.
static float SoComplexityElement::getDefault | ( | ) | [inline, static] |
Returns the default complexity.
Sets the current complexity in the state.
static void SoComplexityElement::set | ( | SoState * | state, | |
float | comp | |||
) | [inline, static] |
Sets the current complexity in the state.