X3D_X3DInterpolatorNode.h

Go to the documentation of this file.
00001 #ifndef X3DTK_X3D_X3DINTERPOLATORNODE_H
00002 #define X3DTK_X3D_X3DINTERPOLATORNODE_H
00003 
00004 #include "X3DTypes.h"
00005 #include "X3D_X3DChildNode.h"
00006 
00007 namespace X3DTK {
00008 namespace X3D {
00009 
00018 class X3DInterpolatorNode : public X3DChildNode
00019 {
00020 public:
00022   X3DInterpolatorNode();
00024   virtual ~X3DInterpolatorNode();
00025   
00027   void setKey(const MFFloat &key);
00028 
00030   inline const MFFloat &getKey() const {return _key;};
00031 
00032 private:
00034   MFFloat _key;
00035 };
00036 
00037 }
00038 }
00039 
00040 #endif

Generated on Fri Jul 30 12:02:29 2004 for X3DToolKit by doxygen 1.3.6