1#ifndef COIN_SOSHININESSELEMENT_H
2#define COIN_SOSHININESSELEMENT_H
27#include <Inventor/elements/SoReplacedElement.h>
34 static void initClass(
void);
41 const int32_t numvalues,
const float*
const values);
45 int32_t getNum(
void)
const;
46 float get(
const int index)
const;
47 const float *getArrayPtr(
void)
const;
SoElement is the abstract base class for all elements.
Definition: SoElement.h:34
The SoNode class is the base class for nodes used in scene graphs.
Definition: SoNode.h:47
The SoReplacedElement class is an abstract element superclass.
Definition: SoReplacedElement.h:30
virtual void init(SoState *state)
Definition: SoReplacedElement.cpp:79
The SoShininessElement class is yet to be documented.
Definition: SoShininessElement.h:29
The SoState class manages the Coin scenegraph traversal state data.
Definition: SoState.h:35