25#ifndef _SO_DECIMATION_PERCENTAGE_ELEMENT
26#define _SO_DECIMATION_PERCENTAGE_ELEMENT
28#include <Inventor/elements/SoFloatElement.h>
45SoEXTENDER_Documented
class SoDecimationPercentageElement :
public SoFloatElement {
47 SO_ELEMENT_HEADER(SoDecimationPercentageElement);
73 virtual void init(
SoState *state);
77 static void initClass();
78 static void exitClass();
81 virtual ~SoDecimationPercentageElement();
static float getDefault()
Returns the default decimation percentage.
static void set(SoState *state, SoNode *, float comp)
Sets the current decimation in the state.
static float get(SoState *state)
Returns current decimation percentage from the state.
static void set(SoState *state, float comp)
Sets the current decimation in the state.
Abstract base class for all database nodes.