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

Contour2D.h

Go to the documentation of this file.
00001 
00002 
00003 
00005 
00006 
00011 
00016 
00021 //                            Contour2D.h                                     //
00023 
00024 #ifndef CONTOUR2D
00025 #define CONTOUR2D
00026 
00027 #include "X3DGroupingNode.h"
00028 #include "X3DBoundedObject.h"
00029 
00030 namespace X3DTK {
00031 namespace X3D {
00032 
00037 
00038 class Contour2D : public X3DGroupingNode, public X3DBoundedObject
00039 {
00040 public:
00042   Contour2D();
00044   virtual SFNode clone() const;
00046   virtual ~Contour2D();
00047 
00049   virtual bool addChild(const SFAbstractNode &N);
00051   virtual bool setChild(const SFAbstractNode &N);
00052   
00053 protected:
00055   Contour2D(const Contour2D &N);
00056 };
00057 
00058 }
00059 }
00060 
00061 #endif

Generated on Wed Sep 10 11:25:12 2003 for X3DToolKit by doxygen1.3