1 #ifndef COIN_SOGLCOLORINDEXELEMENT_H 2 #define COIN_SOGLCOLORINDEXELEMENT_H 36 #include <Inventor/elements/SoReplacedElement.h> 43 static void initClass(
void);
48 static SbBool isColorIndexMode(
SoState * state);
53 const int32_t numindices,
const int32_t *
const indices);
57 int32_t getNum(
void)
const;
58 int32_t
get(
const int index)
const;
59 static int32_t getDefault(
void);
65 #endif // !COIN_SOGLCOLORINDEXELEMENT_H The SoNode class is the base class for nodes used in scene graphs.
Definition: SoNode.h:56
The SoState class manages the Coin scenegraph traversal state data.
Definition: SoState.h:44
virtual void init(SoState *state)
Definition: SoReplacedElement.cpp:89
The SoReplacedElement class is an abstract element superclass.
Definition: SoReplacedElement.h:39
The SoGLColorIndexElement class sets the current OpenGL color.
Definition: SoGLColorIndexElement.h:38