33 #ifndef COIN_SOVRMLPOSITIONINTERPOLATOR_H 34 #define COIN_SOVRMLPOSITIONINTERPOLATOR_H 36 #include <Inventor/engines/SoSubNodeEngine.h> 37 #include <Inventor/VRMLnodes/SoVRMLInterpolator.h> 38 #include <Inventor/fields/SoMFFloat.h> 39 #include <Inventor/fields/SoSFFloat.h> 40 #include <Inventor/fields/SoMFVec3f.h> 41 #include <Inventor/fields/SoSFVec3f.h> 50 static void initClass(
void);
64 #endif // ! COIN_SOVRMLPOSITIONINTERPOLATOR_H The SoVRMLPositionInterpolator class is used to interpolate 3D points.
Definition: SoVRMLPositionInterpolator.h:44
SoNodeEngine is the base class for Coin node engines.
Definition: SoNodeEngine.h:42
SoMFVec3f keyValue
Definition: SoVRMLPositionInterpolator.h:53
The SoVRMLInterpolator class is an internal abstract class.
Definition: SoVRMLInterpolator.h:42
SoEngineOutput value_changed
Definition: SoVRMLPositionInterpolator.h:54
The SoEngineOutput class is the output slots in SoEngine instances.
Definition: SoEngineOutput.h:45
virtual void evaluate(void)=0
The SoMFVec3f class is a container for SbVec3f vectors.
Definition: SoMFVec3f.h:40