24 #ifndef COIN_SOVRMLPOSITIONINTERPOLATOR_H 25 #define COIN_SOVRMLPOSITIONINTERPOLATOR_H 27 #include <Inventor/engines/SoSubNodeEngine.h> 28 #include <Inventor/VRMLnodes/SoVRMLInterpolator.h> 29 #include <Inventor/fields/SoMFFloat.h> 30 #include <Inventor/fields/SoSFFloat.h> 31 #include <Inventor/fields/SoMFVec3f.h> 32 #include <Inventor/fields/SoSFVec3f.h> 41 static void initClass(
void);
55 #endif // ! COIN_SOVRMLPOSITIONINTERPOLATOR_H The SoVRMLPositionInterpolator class is used to interpolate 3D points.The detailed class documentatio...
Definition: SoVRMLPositionInterpolator.h:35
SoNodeEngine is the base class for Coin node engines.Node engines have the same functionality as norm...
Definition: SoNodeEngine.h:33
SoMFVec3f keyValue
Definition: SoVRMLPositionInterpolator.h:44
The SoVRMLInterpolator class is an internal abstract class.
Definition: SoVRMLInterpolator.h:33
SoEngineOutput value_changed
Definition: SoVRMLPositionInterpolator.h:45
The SoEngineOutput class is the output slots in SoEngine instances.SoEngineOutput has methods for con...
Definition: SoEngineOutput.h:36
virtual void evaluate(void)=0
The SoMFVec3f class is a container for SbVec3f vectors.This field is used where nodes, engines or other field containers needs to store an array of vectors with three elements.
Definition: SoMFVec3f.h:31