1 #ifndef COIN_SOSHININESSELEMENT_H     2 #define COIN_SOSHININESSELEMENT_H    36 #include <Inventor/elements/SoReplacedElement.h>    43   static void initClass(
void);
    50                   const int32_t numvalues, 
const float* 
const values);
    54   int32_t getNum(
void) 
const;
    55   float get(
const int index) 
const;
    56   const float *getArrayPtr(
void) 
const;
    63 #endif // !COIN_SOSHININESSELEMENT_H The SoShininessElement class is yet to be documented.FIXME: write doc. 
Definition: SoShininessElement.h:38
 
The SoNode class is the base class for nodes used in scene graphs.Coin is a retained mode 3D visualiz...
Definition: SoNode.h:56
 
SoElement is the abstract base class for all elements. 
Definition: SoElement.h:43
 
The SoState class manages the Coin scenegraph traversal state data.The SoState class is used by actio...
Definition: SoState.h:44
 
virtual void init(SoState *state)
Definition: SoReplacedElement.cpp:88
 
The SoReplacedElement class is an abstract element superclass.This is the superclass of all elements ...
Definition: SoReplacedElement.h:39