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

GLUpdaterGLGroupingVisitor.h

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

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