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 //                            GLBuilder.h                                     //
00004 
00005 #ifndef GLBUILDER_H
00006 #define GLBUILDER_H
00007 
00008 #include "X3DGLBuilder.h"
00009 #include "GLBuilderGlobalVariables.h"
00010 #include "DFS.h"
00011 
00012 namespace X3DTK {
00013 namespace X3D {
00014 
00016 
00017 class GLBuilder : public X3DGLBuilder
00018 {
00019 public:
00021   GLBuilder();
00023   virtual ~GLBuilder();
00024 
00025   void setComponentVisitor(X3DComponentVisitor *component);
00026   
00028   virtual GL::SFNode build(SFNode N);
00029 
00030 protected:
00031   GLBuilderGlobalVariables *globalVariables;
00032   DFS *dfs;
00033 };
00034 
00035 }
00036 }
00037 
00038 #endif

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