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

GLNormalRendererGLGroupingVisitor.h

Go to the documentation of this file.
00001 
00002 //                            GLNormalRendererGLGroupingVisitor.h             //
00004 
00005 #ifndef GLNORMALRENDERERGLGROUPINGVISITOR_H
00006 #define GLNORMALRENDERERGLGROUPINGVISITOR_H
00007 
00008 #include "GLGroupingVisitor.h"
00009 
00010 namespace X3DTK {
00011 
00012 class GLTransform;
00013 
00015 
00016 class GLNormalRendererGLGroupingVisitor : public GLGroupingVisitor
00017 {
00018 public:
00020   GLNormalRendererGLGroupingVisitor();
00022   virtual ~GLNormalRendererGLGroupingVisitor();
00023 
00025   virtual void enterGLTransform(GLTransform *G) const;
00026 
00028   virtual void leaveGLTransform(GLTransform *G) const;
00029 };
00030 
00031 }
00032 
00033 #endif

Generated on Thu May 15 17:33:08 2003 for X3DToolKit by doxygen1.3