Main Page | Modules | Namespace List | Class Hierarchy | Compound List | File List | Namespace Members | Compound Members | File Members | Related Pages

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   X3DInterpolatorNode(const MFFloat &key);
00026   virtual ~X3DInterpolatorNode();
00027 
00029   void setKey(const MFFloat &key);
00030 
00032   inline const MFFloat &getKey() const {return _key;};
00033 
00035   virtual void load(const X3DFileElement *element);
00037   virtual SFString &write(SFString &output) const;
00038 
00039 protected:
00041   X3DInterpolatorNode(const X3DInterpolatorNode &N);
00042 
00043 private:
00045   MFFloat _key;
00046 };
00047 
00048 }
00049 }
00050 
00051 #endif

Generated on Wed Apr 7 12:15:23 2004 for X3DToolKit by doxygen 1.3.3