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

GLRendererGLCoreVisitor.h

Go to the documentation of this file.
00001 
00002 //                            GLRendererGLCoreVisitor.h                       //
00004 
00005 #ifndef GLRENDERERGLCOREVISITOR_H
00006 #define GLRENDERERGLCOREVISITOR_H
00007 
00008 #include "GLCoreVisitor.h"
00009 #include "GLRendererGlobalVariables.h"
00010 
00011 namespace X3DTK {
00012 
00013 class GLScene;
00014 
00016 
00017 class GLRendererGLCoreVisitor : public GLCoreVisitor
00018 {
00019 public:
00021   GLRendererGLCoreVisitor();
00023   virtual ~GLRendererGLCoreVisitor();
00024 
00026   virtual void enterX3DGLNode(X3DGLNode *N) const;
00027   
00028 protected:
00029   GLRendererGlobalVariables *globalVariables;
00030 };
00031 
00032 }
00033 
00034 #endif

Generated on Mon May 26 16:04:18 2003 for X3DToolKit by doxygen1.3