33 #ifndef COIN_SOINTERPOLATEVEC4F_H    34 #define COIN_SOINTERPOLATEVEC4F_H    36 #include <Inventor/engines/SoInterpolate.h>    37 #include <Inventor/fields/SoMFVec4f.h>    48 #endif // !COIN_SOINTERPOLATEVEC4F_H The SoInterpolate class is the base class for all interpolator engines.Interpolators are used to line...
Definition: SoInterpolate.h:41
 
The SoFieldContainer class is a base class for all classes that contain fields.The classes containing...
Definition: SoFieldContainer.h:43
 
The SoMFVec4f class is a container for SbVec4f vectors.This field is used where nodes, engines or other field containers needs to store an array of vectors with four elements. 
Definition: SoMFVec4f.h:40
 
SoMFVec4f input1
Definition: SoInterpolateVec4f.h:45
 
The SoInterpolateVec4f class is used to interpolate between pairs of 4D vectors. 
Definition: SoInterpolateVec4f.h:39
 
SoMFVec4f input0
Definition: SoInterpolateVec4f.h:44