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

X3DMeshNode.h

Go to the documentation of this file.
00001 
00002 //                            X3DMeshNode.h                                   //
00004 
00005 #ifndef X3DMESHNODE_H
00006 #define X3DMESHNODE_H
00007 
00008 #include "MeshTypes.h"
00009 #include "X3DAbstractNode.h"
00010 
00011 namespace X3DTK {
00012 namespace Mesh {
00013 
00015 
00016 class X3DNode : public X3DAbstractNode
00017 {
00018 public:
00020   X3DNode();
00022   virtual SFNode clone() const;
00024   virtual ~X3DNode();
00025   
00026 protected:
00028   X3DNode(const X3DNode &N);
00029 };
00030 
00031 }
00032 }
00033 
00034 #endif

Generated on Thu Sep 18 15:08:48 2003 for X3DToolKit by doxygen1.3