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

GLRendererGLGroupingVisitor.h

Go to the documentation of this file.
00001 
00002 //                            GLRendererGLGroupingVisitor.h                   //
00004 
00005 #ifndef GLRENDERERGLGROUPINGVISITOR_H
00006 #define GLRENDERERGLGROUPINGVISITOR_H
00007 
00008 #include "GLGroupingVisitor.h"
00009 #include "GLRendererGlobalVariables.h"
00010 
00011 namespace X3DTK {
00012 
00013 class GLGroup;
00014 class GLStaticGroup;
00015 class GLTransform;
00016 
00018 
00019 class GLRendererGLGroupingVisitor : public GLGroupingVisitor
00020 {
00021 public:
00023   GLRendererGLGroupingVisitor();
00025   virtual ~GLRendererGLGroupingVisitor();
00026 
00028   virtual void enterGLGroup(GLGroup *G) const;
00030   virtual void enterGLStaticGroup(GLStaticGroup *G) const;
00032   virtual void enterGLTransform(GLTransform *G) const;
00033 
00035   virtual void leaveGLTransform(GLTransform *G) const;
00036 
00037 protected:
00038   GLRendererGlobalVariables *globalVariables;
00039 };
00040 
00041 }
00042 
00043 #endif

Generated on Wed May 14 10:38:09 2003 for X3DToolKit by doxygen1.3