33 #ifndef COIN_SOINTERPOLATEFLOAT_H
34 #define COIN_SOINTERPOLATEFLOAT_H
36 #include <Inventor/engines/SoInterpolate.h>
37 #include <Inventor/fields/SoMFFloat.h>
48 #endif // !COIN_SOINTERPOLATEFLOAT_H
SoMFFloat input1
Definition: SoInterpolateFloat.h:45
The SoMFFloat class is a container for floating point values.
Definition: SoMFFloat.h:39
SoMFFloat input0
Definition: SoInterpolateFloat.h:44
The SoInterpolate class is the base class for all interpolator engines.
Definition: SoInterpolate.h:41
The SoFieldContainer class is a base class for all classes that contain fields.
Definition: SoFieldContainer.h:43
The SoInterpolateFloat class is used to interpolate two floating point values.
Definition: SoInterpolateFloat.h:39