X3D_Coordinate.h

Go to the documentation of this file.
00001 #ifndef X3DTK_X3D_COORDINATE_H
00002 #define X3DTK_X3D_COORDINATE_H
00003 
00004 #include "X3DTypes.h"
00005 #include "X3D_X3DCoordinateNode.h"
00006 
00007 namespace X3DTK {
00008 namespace X3D {
00009 
00018 class Coordinate : public X3DCoordinateNode
00019 {
00020 public:
00022   Coordinate();
00023   
00025   void setPoint(const MFVec3f &point);
00026     
00028   inline const MFVec3f &getPoint() const {return _point;};
00029   
00030 private:  
00032   MFVec3f _point;  
00033 };
00034 
00035 }
00036 }
00037 
00038 #endif

Generated on Mon Jul 12 09:40:00 2004 for X3DToolKit by doxygen 1.3.6