1 #ifndef COIN_SOPACKEDCOLORV20_H
2 #define COIN_SOPACKEDCOLORV20_H
37 #error this is a private header file
40 #include <Inventor/fields/SoMFUInt32.h>
41 #include <Inventor/nodes/SoSubNode.h>
51 static void initClass(
void);
62 #endif // !COIN_SOPACKEDCOLORV20_H
The SoBase class is the top-level superclass for a number of class-hierarchies.SoBase provides the ba...
Definition: SoBase.h:45
#define SO_NODE_HEADER(classname)
The SoNode class is the base class for nodes used in scene graphs.Coin is a retained mode 3D visualiz...
Definition: SoNode.h:56
The SoPackedColorV20 class is a node is for Inventor V2.0 support only.
Definition: SoPackedColorV20.h:45
SoMFUInt32 rgba
Definition: SoPackedColorV20.h:54
The SoMFUInt32 class is a container for 32-bit unsigned integer values.This field is used where nodes...
Definition: SoMFUInt32.h:39
The SoPackedColor class is a node for setting diffuse and transparency material values.This node provides a convenient way of setting diffuse colors and transparency values with packed 32-bit RGBA vectors.
Definition: SoPackedColor.h:41