Stores the current decimation type. More...
#include <Inventor/elements/SoDecimationTypeElement.h>
Public Types | |
enum | Type { AUTOMATIC, HIGHEST, LOWEST, PERCENTAGE } |
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 () |
This element stores the current decimation type.
SoGLRenderAction, SoGetPrimitiveCountAction
Returns current decimation type from the state.
static int SoDecimationTypeElement::getClassStackIndex | ( | ) | [static] |
Returns the stack id for this element.
Reimplemented from SoInt32Element.
static SoType SoDecimationTypeElement::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoInt32Element.
static Type SoDecimationTypeElement::getDefault | ( | ) | [inline, static] |
Returns the default decimation type.
virtual void SoDecimationTypeElement::print | ( | FILE * | fp | ) | const [virtual] |
Prints element (for debugging).
Reimplemented from SoInt32Element.
Sets the current decimation type in the state.
Sets the current decimation type in the state.