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

GLCreatorGroupingVisitor.h

Go to the documentation of this file.
00001 
00002 //                            GLCreatorGroupingVisitor.h                      //
00004 
00005 #ifndef GLCREATORGROUPINGVISITOR_H
00006 #define GLCREATORGROUPINGVISITOR_H
00007 
00008 #include "GroupingVisitor.h"
00009 #include "GLCreatorGlobalVariables.h"
00010 
00011 namespace X3DTK {
00012 
00013 class Group;
00014 class StaticGroup;
00015 class Transform;
00016 
00018 
00019 class GLCreatorGroupingVisitor : public GroupingVisitor
00020 {
00021 public:
00023   GLCreatorGroupingVisitor();
00025   virtual ~GLCreatorGroupingVisitor();
00026 
00028   virtual void enterGroup(Group *G) const;
00030   virtual void enterStaticGroup(StaticGroup *S) const;
00032   virtual void enterTransform(Transform *T) const;
00033 
00034 protected:
00035   GLCreatorGlobalVariables *globalVariables;
00036 };
00037 
00038 }
00039 
00040 #endif

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