1#ifndef COIN_SOTRANSPARENCYELEMENT_H
2#define COIN_SOTRANSPARENCYELEMENT_H
36#include <Inventor/elements/SoReplacedElement.h>
37#include <Inventor/elements/SoLazyElement.h>
44 static void initClass(
void);
51 const int32_t numvalues,
const float *
const values);
55 int32_t getNum(
void)
const;
56 float get(
const int index)
const;
57 const float *getArrayPtr(
void)
const;
Definition SoLazyElement.h:283
The SoNode class is the base class for nodes used in scene graphs.
Definition SoNode.h:56
The SoReplacedElement class is an abstract element superclass.
Definition SoReplacedElement.h:39
virtual void init(SoState *state)
Definition SoReplacedElement.cpp:89
The SoState class manages the Coin scenegraph traversal state data.
Definition SoState.h:44
The SoTransparencyElement is yet to be documented.
Definition SoTransparencyElement.h:39