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

GLBuilderTexturingVisitor.h

Go to the documentation of this file.
00001 
00002 
00003 
00005 
00006 
00011 
00016 
00021 //                            GLBuilderTexturingVisitor.h                     //
00023 
00024 #ifndef GLBUILDERTEXTURINGVISITOR_H
00025 #define GLBUILDERTEXTURINGVISITOR_H
00026 
00027 #include "TexturingVisitor.h"
00028 #include "GLBuilderGlobalVariables.h"
00029 
00030 namespace X3DTK {
00031 namespace X3D {
00032 
00033 class ImageTexture;
00034 
00036 
00037 class GLBuilderTexturingVisitor : public TexturingVisitor
00038 {
00039 public:
00041   GLBuilderTexturingVisitor();
00043   virtual ~GLBuilderTexturingVisitor();
00044 
00046   virtual void enterImageTexture(ImageTexture *I) const;
00047 
00048 protected:
00049   GLBuilderGlobalVariables *globalVariables;
00050 };
00051 
00052 }
00053 }
00054 
00055 #endif

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