1 #ifndef COIN_SOTRANSPARENCYELEMENT_H 2 #define COIN_SOTRANSPARENCYELEMENT_H 27 #include <Inventor/elements/SoReplacedElement.h> 28 #include <Inventor/elements/SoLazyElement.h> 35 static void initClass(
void);
42 const int32_t numvalues,
const float *
const values);
46 int32_t getNum(
void)
const;
47 float get(
const int index)
const;
48 const float *getArrayPtr(
void)
const;
52 SoColorPacker colorpacker;
55 #endif // !COIN_SOTRANSPARENCYELEMENT_H The SoTransparencyElement is yet to be documented.FIXME: write doc.
Definition: SoTransparencyElement.h:30
The SoNode class is the base class for nodes used in scene graphs.Coin is a retained mode 3D visualiz...
Definition: SoNode.h:47
SoElement is the abstract base class for all elements.
Definition: SoElement.h:34
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