Main Page | Modules | 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 #ifndef X3DTK_GL_RENDERERGROUPINGVISITOR_H
00002 #define X3DTK_GL_RENDERERGROUPINGVISITOR_H
00003 
00004 #include "GL_GroupingVisitor.h"
00005 #include "GL_RendererStateVariables.h"
00006 
00007 namespace X3DTK {
00008 namespace GL {
00009 
00010 class Transform;
00011 
00018 class RendererGroupingVisitor : public GroupingVisitor
00019 {
00020 public:
00022   RendererGroupingVisitor();
00024   virtual ~RendererGroupingVisitor();
00025 
00027   virtual void enterTransform(Transform *T) const;
00029   virtual void leaveTransform(Transform *) const;
00030 
00031 protected:
00032   RendererStateVariables *stateVariables;
00033 };
00034 
00035 }
00036 }
00037 
00038 #endif

Generated on Tue Mar 2 14:08:49 2004 for X3DToolKit by doxygen 1.3.3