24#ifndef COIN_SOVRMLCOLORINTERPOLATOR_H
25#define COIN_SOVRMLCOLORINTERPOLATOR_H
27#include <Inventor/engines/SoSubNodeEngine.h>
28#include <Inventor/VRMLnodes/SoVRMLInterpolator.h>
29#include <Inventor/fields/SoMFFloat.h>
30#include <Inventor/fields/SoMFColor.h>
31#include <Inventor/fields/SoSFColor.h>
32#include <Inventor/fields/SoSFFloat.h>
40 static void initClass(
void);
The SoEngineOutput class is the output slots in SoEngine instances.
Definition: SoEngineOutput.h:36
The SoMFColor class is a container for SbColor values.
Definition: SoMFColor.h:31
virtual void evaluate(void)=0
The SoNode class is the base class for nodes used in scene graphs.
Definition: SoNode.h:47
The SoVRMLColorInterpolator class is used to interpolate color values.
Definition: SoVRMLColorInterpolator.h:35
SoMFColor keyValue
Definition: SoVRMLColorInterpolator.h:43
SoEngineOutput value_changed
Definition: SoVRMLColorInterpolator.h:44
The SoVRMLInterpolator class is an internal abstract class.
Definition: SoVRMLInterpolator.h:33