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 
00003 
00005 
00006 
00011 
00016 
00021 //                            X3DMeshNode.h                                   //
00023 
00024 #ifndef X3DMESHNODE_H
00025 #define X3DMESHNODE_H
00026 
00027 #include "MeshTypes.h"
00028 #include "X3DAbstractNode.h"
00029 
00030 namespace X3DTK {
00031 namespace Mesh {
00032 
00034 
00035 class X3DNode : public X3DAbstractNode
00036 {
00037 public:
00039   X3DNode();
00041   virtual SFNode clone() const;
00043   virtual ~X3DNode();
00044   
00045 protected:
00047   X3DNode(const X3DNode &N);
00048 };
00049 
00050 }
00051 }
00052 
00053 #endif

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