50#ifndef _SO_COLOR_INDEX_
51#define _SO_COLOR_INDEX_
53#include <Inventor/fields/SoSFBool.h>
54#include <Inventor/fields/SoMFInt32.h>
55#include <Inventor/fields/SoSFBool.h>
56#include <Inventor/nodes/SoNode.h>
123 {
override.setValue(state); }
129 {
return override.getValue(); }
135 static void initClass();
136 static void exitClass();
Surface color index node.
virtual SbBool isOverride() const
Returns the state of the override field.
virtual void setOverride(const SbBool state)
Set the state of the override field.
SoColorIndex()
Creates a color index node with default settings.
SoMFInt32 index
Color index.
Renders a scene graph using Open Inventor's Render Engine.
Multiple-value field containing any number of int32_t integers.
Abstract base class for all database nodes.
Field containing a single Boolean value.