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

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 leaveGLTransform(GLTransform *G) const;
00029 
00030 protected:
00031   GLRendererGlobalVariables *globalVariables;
00032 };
00033 
00034 }
00035 
00036 #endif

Generated on Mon May 26 16:04:18 2003 for X3DToolKit by doxygen1.3