00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024 #ifndef COIN_SOVRMLPOSITIONINTERPOLATOR_H
00025 #define COIN_SOVRMLPOSITIONINTERPOLATOR_H
00026
00027 #include <Inventor/engines/SoSubNodeEngine.h>
00028 #include <Inventor/VRMLnodes/SoVRMLInterpolator.h>
00029 #include <Inventor/fields/SoMFFloat.h>
00030 #include <Inventor/fields/SoSFFloat.h>
00031 #include <Inventor/fields/SoMFVec3f.h>
00032 #include <Inventor/fields/SoSFVec3f.h>
00033
00034
00035 class COIN_DLL_API SoVRMLPositionInterpolator : public SoVRMLInterpolator
00036 {
00037 typedef SoVRMLInterpolator inherited;
00038 SO_NODEENGINE_HEADER(SoVRMLPositionInterpolator);
00039
00040 public:
00041 static void initClass(void);
00042 SoVRMLPositionInterpolator(void);
00043
00044 SoMFVec3f keyValue;
00045 SoEngineOutput value_changed;
00046
00047 protected:
00048 virtual ~SoVRMLPositionInterpolator();
00049
00050 private:
00051 virtual void evaluate(void);
00052
00053 };
00054
00055 #endif // ! COIN_SOVRMLPOSITIONINTERPOLATOR_H