1#ifndef COIN_SODECIMATIONTYPEELEMENT_H
2#define COIN_SODECIMATIONTYPEELEMENT_H
27#include <Inventor/elements/SoInt32Element.h>
29class COIN_DLL_API SoDecimationTypeElement :
public SoInt32Element {
30 typedef SoInt32Element inherited;
32 SO_ELEMENT_HEADER(SoDecimationTypeElement);
36 virtual ~SoDecimationTypeElement();
39 enum Type { AUTOMATIC, HIGHEST, LOWEST, PERCENTAGE };
43 static void set(
SoState *
const state,
const Type type);
44 static void set(
SoState *
const state,
SoNode *
const node,
const Type type);
47 static Type getDefault(
void);
Type
Definition SoDecimationTypeElement.h:39
static void initClass(void)
Definition SoDecimationTypeElement.cpp:49
virtual void init(SoState *state)
FIXME: write doc.
Definition SoInt32Element.cpp:151
static int32_t get(const int index, SoState *const state)
FIXME: write doc.
Definition SoInt32Element.cpp:130
The SoNode class is the base class for nodes used in scene graphs.
Definition SoNode.h:47
The SoState class manages the Coin scenegraph traversal state data.
Definition SoState.h:35
Copyright © 1998-2010 by Kongsberg Oil & Gas Technologies. All rights reserved.
Generated for Coin by Doxygen 1.13.2.