MESH_X3DMeshNode.h

Go to the documentation of this file.
00001 #ifndef X3DTK_MESH_X3DMESHNODE_H
00002 #define X3DTK_MESH_X3DMESHNODE_H
00003 
00004 #include "MESH_SceneGraphTypes.h"
00005 #include "MESH_X3DVertexNode.h"
00006 
00007 namespace X3DTK {
00008 namespace MESH {
00009 
00016 class X3DMeshNode : public X3DNode
00017 {
00018 public:
00020   X3DMeshNode();
00022   virtual ~X3DMeshNode();
00023   
00025   inline X3DVertexNode *getVertex() const {return vertex;};
00026   
00027 protected:
00029   X3DVertexNode *vertex;
00030 };
00031 
00032 }
00033 }
00034 
00035 #endif

Generated on Fri Jul 30 12:02:28 2004 for X3DToolKit by doxygen 1.3.6