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

GL_X3DGeometryNode.h

Go to the documentation of this file.
00001 
00002 //                            GL_X3DGeometryNode.h                            //
00004 
00005 #ifndef X3DGLGEOMETRYNODE_H
00006 #define X3DGLGEOMETRYNODE_H
00007 
00008 #include "GL_X3DNode.h"
00009 
00010 namespace X3DTK {
00011 namespace GL {
00012 
00015 
00016 class X3DGeometryNode : public X3DNode
00017 {
00018 public:  
00020   X3DGeometryNode();
00022   virtual ~X3DGeometryNode();
00023 
00025   virtual void draw() const;
00026 
00027 protected:
00029   X3DGeometryNode(const X3DGeometryNode &N);  
00030 };
00031 
00032 }
00033 }
00034 
00035 #endif

Generated on Thu Dec 4 13:25:46 2003 for X3DToolKit by doxygen1.2.18