24 #ifndef COIN_SOVRMLINTERPOLATOR_H 
   25 #define COIN_SOVRMLINTERPOLATOR_H 
   27 #include <Inventor/engines/SoNodeEngine.h> 
   28 #include <Inventor/engines/SoSubNodeEngine.h> 
   29 #include <Inventor/fields/SoSFFloat.h> 
   30 #include <Inventor/fields/SoMFFloat.h> 
   31 #include <Inventor/engines/SoEngineOutput.h> 
   42   static void initClass(
void);
 
   46   int getKeyValueIndex(
float & interp);
 
   52 #endif // ! COIN_SOVRMLINTERPOLATOR_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
SoSFFloat set_fraction
Definition: SoVRMLInterpolator.h:40
The SoVRMLInterpolator class is an internal abstract class. 
Definition: SoVRMLInterpolator.h:33
SoMFFloat key
Definition: SoVRMLInterpolator.h:39
The SoSFFloat class is a container for a floating point value.This field is used where nodes...
Definition: SoSFFloat.h:30