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

X3D_Contour2D.h

Go to the documentation of this file.
00001 #ifndef X3DTK_X3D_CONTOUR2D
00002 #define X3DTK_X3D_CONTOUR2D
00003 
00004 #include "X3D_X3DGroupingNode.h"
00005 #include "X3D_X3DBoundedObject.h"
00006 
00007 namespace X3DTK {
00008 namespace X3D {
00009 
00018 class Contour2D : public X3DGroupingNode, public X3DBoundedObject
00019 {
00020 public:
00022   Contour2D();
00024   virtual SFAbstractNode clone() const;
00026   virtual ~Contour2D();
00027 
00029   virtual bool addChild(const SFAbstractNode &N);
00031   virtual bool setChild(const SFAbstractNode &N);
00032   
00033 protected:
00035   Contour2D(const Contour2D &N);
00036 };
00037 
00038 }
00039 }
00040 
00041 #endif

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