24 #ifndef COIN_SOVRMLSCALARINTERPOLATOR_H 
   25 #define COIN_SOVRMLSCALARINTERPOLATOR_H 
   27 #include <Inventor/engines/SoSubNodeEngine.h> 
   28 #include <Inventor/VRMLnodes/SoVRMLInterpolator.h> 
   29 #include <Inventor/fields/SoMFFloat.h> 
   30 #include <Inventor/fields/SoSFFloat.h> 
   38   static void initClass(
void);
 
   52 #endif // ! COIN_SOVRMLSCALARINTERPOLATOR_H 
The SoMFFloat class is a container for floating point values.This field is used where nodes...
Definition: SoMFFloat.h:30
SoNodeEngine is the base class for Coin node engines.Node engines have the same functionality as norm...
Definition: SoNodeEngine.h:33
The SoVRMLInterpolator class is an internal abstract class. 
Definition: SoVRMLInterpolator.h:33
The SoVRMLScalarInterpolator class is used to interpolate scalar values. 
Definition: SoVRMLScalarInterpolator.h:32
SoMFFloat keyValue
Definition: SoVRMLScalarInterpolator.h:41
SoEngineOutput value_changed
Definition: SoVRMLScalarInterpolator.h:42
The SoEngineOutput class is the output slots in SoEngine instances.SoEngineOutput has methods for con...
Definition: SoEngineOutput.h:36
virtual void evaluate(void)=0