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

GLBuilderCoreVisitor.h

Go to the documentation of this file.
00001 
00002 //                            GLBuilderCoreVisitor.h                          //
00004 
00005 #ifndef GLBUILDERCOREVISITOR_H
00006 #define GLBUILDERCOREVISITOR_H
00007 
00008 #include "CoreVisitor.h"
00009 #include "GLBuilderGlobalVariables.h"
00010 
00011 namespace X3DTK {
00012 namespace X3D {
00013 
00014 class Scene;
00015 class X3DNode;
00016 
00018 
00019 class GLBuilderCoreVisitor : public CoreVisitor
00020 {
00021 public:
00023   GLBuilderCoreVisitor();
00025   virtual ~GLBuilderCoreVisitor();
00026 
00028   virtual void enterScene(Scene *S) const;
00030   virtual void enterX3DNode(X3DNode *N) const;
00031 
00033   virtual void leaveX3DNode(X3DNode *N) const;
00034 
00035 protected:
00036   GLBuilderGlobalVariables *globalVariables;
00037 };
00038 
00039 }
00040 }
00041 
00042 #endif

Generated on Tue Jul 15 16:46:51 2003 for X3DToolKit by doxygen1.3