50#ifndef _SO_BASE_COLOR_
51#define _SO_BASE_COLOR_
53#include <Inventor/fields/SoMFColor.h>
54#include <Inventor/fields/SoSFBool.h>
55#include <Inventor/nodes/SoNode.h>
111 {
override.setValue(state); }
117 {
return override.getValue(); }
120 virtual void doAction(
SoAction *action);
125 static void initClass();
126 static void exitClass();
Abstract base class for all actions.
Node that defines an object's base color.
virtual void setOverride(const SbBool state)
Set the state of the override field.
SoMFColor rgb
RGB color(s).
virtual SbBool isOverride() const
Returns the state of the override field.
SoBaseColor()
Creates a base color node with default settings.
Performs a generic traversal of a scene graph or path.
Renders a scene graph using Open Inventor's Render Engine.
Multiple-value field containing any number of RGB colors stored as three floats.
Abstract base class for all database nodes.
Field containing a single Boolean value.