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 //                            Contour2D.h                                     //
00004 
00005 #ifndef CONTOUR2D
00006 #define CONTOUR2D
00007 
00008 #include "X3DGroupingNode.h"
00009 #include "X3DBoundedObject.h"
00010 
00011 namespace X3DTK {
00012 namespace X3D {
00013 
00018 
00019 class Contour2D : public X3DGroupingNode, public X3DBoundedObject
00020 {
00021 public:
00023   Contour2D();
00025   virtual SFNode clone() const;
00027   virtual ~Contour2D();
00028 
00030   virtual bool addChild(const SFAbstractNode &N);
00032   virtual bool setChild(const SFAbstractNode &N);
00033   
00034 protected:
00036   Contour2D(const Contour2D &N);
00037 };
00038 
00039 }
00040 }
00041 
00042 #endif

Generated on Thu Oct 9 13:50:52 2003 for X3DToolKit by doxygen1.2.18