33 #ifndef COIN_SOVRMLINTERPOLATOR_H 34 #define COIN_SOVRMLINTERPOLATOR_H 36 #include <Inventor/engines/SoNodeEngine.h> 37 #include <Inventor/engines/SoSubNodeEngine.h> 38 #include <Inventor/fields/SoSFFloat.h> 39 #include <Inventor/fields/SoMFFloat.h> 40 #include <Inventor/engines/SoEngineOutput.h> 51 static void initClass(
void);
55 int getKeyValueIndex(
float & interp,
int numvalues);
61 #endif // ! COIN_SOVRMLINTERPOLATOR_H The SoMFFloat class is a container for floating point values.
Definition: SoMFFloat.h:39
SoNodeEngine is the base class for Coin node engines.
Definition: SoNodeEngine.h:42
SoSFFloat set_fraction
Definition: SoVRMLInterpolator.h:49
The SoVRMLInterpolator class is an internal abstract class.
Definition: SoVRMLInterpolator.h:42
SoMFFloat key
Definition: SoVRMLInterpolator.h:48
The SoSFFloat class is a container for a floating point value.
Definition: SoSFFloat.h:39