33 #ifndef COIN_SOVRMLSCALARINTERPOLATOR_H
34 #define COIN_SOVRMLSCALARINTERPOLATOR_H
36 #include <Inventor/engines/SoSubNodeEngine.h>
37 #include <Inventor/VRMLnodes/SoVRMLInterpolator.h>
38 #include <Inventor/fields/SoMFFloat.h>
39 #include <Inventor/fields/SoSFFloat.h>
47 static void initClass(
void);
61 #endif // ! COIN_SOVRMLSCALARINTERPOLATOR_H
The SoMFFloat class is a container for floating point values.
Definition: SoMFFloat.h:39
The SoEngineOutput class is the output slots in SoEngine instances.
Definition: SoEngineOutput.h:45
virtual void evaluate(void)=0
SoNodeEngine is the base class for Coin node engines.
Definition: SoNodeEngine.h:42
SoMFFloat keyValue
Definition: SoVRMLScalarInterpolator.h:50
SoEngineOutput value_changed
Definition: SoVRMLScalarInterpolator.h:51
The SoVRMLInterpolator class is an internal abstract class.
Definition: SoVRMLInterpolator.h:42
The SoVRMLScalarInterpolator class is used to interpolate scalar values.
Definition: SoVRMLScalarInterpolator.h:41