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

GLBuilder.h

Go to the documentation of this file.
00001 
00002 
00003 
00005 
00006 
00011 
00016 
00021 //                            GLBuilder.h                                     //
00023 
00024 #ifndef GLBUILDER_H
00025 #define GLBUILDER_H
00026 
00027 #include "X3DGLBuilder.h"
00028 #include "GLBuilderGlobalVariables.h"
00029 #include "DFS.h"
00030 
00031 namespace X3DTK {
00032 namespace X3D {
00033 
00035 
00036 class GLBuilder : public X3DGLBuilder
00037 {
00038 public:
00040   GLBuilder();
00042   virtual ~GLBuilder();
00043 
00044   void setComponentVisitor(X3DComponentVisitor *component);
00045   
00047   virtual GL::SFNode build(SFNode N);
00048 
00049 protected:
00050   GLBuilderGlobalVariables *globalVariables;
00051   DFS *dfs;
00052 };
00053 
00054 }
00055 }
00056 
00057 #endif

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