Main Page   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 
00002 //                            X3D_X3DInterpolatorNode.h                       //
00004 
00005 #ifndef X3DINTERPOLATORNODE_H
00006 #define X3DINTERPOLATORNODE_H
00007 
00008 #include "X3DTypes.h"
00009 #include "X3D_X3DChildNode.h"
00010 
00011 namespace X3DTK {
00012 namespace X3D {
00013 
00018 
00019 class X3DInterpolatorNode : public X3DChildNode
00020 {
00021 public:
00023   X3DInterpolatorNode();
00025   X3DInterpolatorNode(const MFFloat &key);
00027   virtual ~X3DInterpolatorNode();
00028 
00030   void setKey(const MFFloat &key);
00031 
00033   inline const MFFloat &getKey() const {return _key;};
00034 
00036   virtual void load(const X3DFileElement *element);
00038   virtual SFString &write(SFString &output) const;
00039 
00040 protected:
00042   X3DInterpolatorNode(const X3DInterpolatorNode &N);
00043 
00044 private:
00046   MFFloat _key;
00047 };
00048 
00049 }
00050 }
00051 
00052 #endif

Generated on Mon Jan 19 10:32:08 2004 for X3DToolKit by doxygen1.2.18