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 
00003 
00005 
00006 
00011 
00016 
00021 //                            GLBuilderCoreVisitor.h                          //
00023 
00024 #ifndef GLBUILDERCOREVISITOR_H
00025 #define GLBUILDERCOREVISITOR_H
00026 
00027 #include "CoreVisitor.h"
00028 #include "GLBuilderGlobalVariables.h"
00029 
00030 namespace X3DTK {
00031 namespace X3D {
00032 
00033 class Scene;
00034 class X3DNode;
00035 
00037 
00038 class GLBuilderCoreVisitor : public CoreVisitor
00039 {
00040 public:
00042   GLBuilderCoreVisitor();
00044   virtual ~GLBuilderCoreVisitor();
00045 
00047   virtual void enterScene(Scene *S) const;
00049   virtual void enterX3DNode(X3DNode *N) const;
00050 
00052   virtual void leaveX3DNode(X3DNode *N) const;
00053 
00054 protected:
00055   GLBuilderGlobalVariables *globalVariables;
00056 };
00057 
00058 }
00059 }
00060 
00061 #endif

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