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

X3DGLBuilder.h

Go to the documentation of this file.
00001 
00002 
00003 
00005 
00006 
00011 
00016 
00021 //                            X3DGLBuilder.h                                  //
00023 
00024 #ifndef X3DGLBUILDER_H
00025 #define X3DGLBUILDER_H
00026 
00027 #include "X3DOnePassProcessor.h"
00028 #include "X3DNode.h"
00029 
00030 namespace X3DTK {
00031 
00032 namespace GL {
00033 
00034 class Scene;
00035 
00036 }
00037 
00038 namespace X3D {
00039 
00041 
00042 class X3DGLBuilder : public X3DOnePassProcessor
00043 {
00044 public:
00046   X3DGLBuilder();
00048   virtual ~X3DGLBuilder() = 0;
00049 
00051   virtual GL::SFNode build(SFNode N) = 0;
00053   GL::Scene *build(Scene *S);
00054 };
00055 
00056 }
00057 }
00058 
00059 #endif

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