1 #ifndef COIN_SOGLCOLORINDEXELEMENT_H 
    2 #define COIN_SOGLCOLORINDEXELEMENT_H 
   27 #include <Inventor/elements/SoReplacedElement.h> 
   34   static void initClass(
void);
 
   39   static SbBool isColorIndexMode(
SoState * state);
 
   44                   const int32_t numindices, 
const int32_t * 
const indices);
 
   48   int32_t getNum(
void) 
const;
 
   49   int32_t 
get(
const int index) 
const;
 
   50   static int32_t getDefault(
void);
 
   56 #endif // !COIN_SOGLCOLORINDEXELEMENT_H 
The SoNode class is the base class for nodes used in scene graphs.Coin is a retained mode 3D visualiz...
Definition: SoNode.h:47
The SoState class manages the Coin scenegraph traversal state data.The SoState class is used by actio...
Definition: SoState.h:35
virtual void init(SoState *state)
Definition: SoReplacedElement.cpp:79
The SoReplacedElement class is an abstract element superclass.This is the superclass of all elements ...
Definition: SoReplacedElement.h:30
The SoGLColorIndexElement class sets the current OpenGL color.This element is only used when the Open...
Definition: SoGLColorIndexElement.h:29