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

GL_RendererGroupingVisitor.h

Go to the documentation of this file.
00001 
00002 //                            GL_RendererGroupingVisitor.h                    //
00004 
00005 #ifndef GLRENDERERGROUPINGVISITOR_H
00006 #define GLRENDERERGROUPINGVISITOR_H
00007 
00008 #include "GL_GroupingVisitor.h"
00009 #include "GL_RendererGlobalVariables.h"
00010 
00011 namespace X3DTK {
00012 namespace GL {
00013 
00014 class Group;
00015 class StaticGroup;
00016 class Transform;
00017 
00019 
00020 class RendererGroupingVisitor : public GroupingVisitor
00021 {
00022 public:
00024   RendererGroupingVisitor();
00026   virtual ~RendererGroupingVisitor();
00027 
00029   virtual void leaveTransform(Transform *G) const;
00030 
00031 protected:
00032   RendererGlobalVariables *globalVariables;
00033 };
00034 
00035 }
00036 }
00037 
00038 #endif

Generated on Thu Oct 9 13:50:53 2003 for X3DToolKit by doxygen1.2.18