X3D_GLBuilderGroupingVisitor.h

Go to the documentation of this file.
00001 #ifndef X3DTK_X3D_GLBUILDERGROUPINGVISITOR_H
00002 #define X3DTK_X3D_GLBUILDERGROUPINGVISITOR_H
00003 
00004 #include "X3D_GroupingVisitor.h"
00005 #include "X3D_GLBuilderStateVariables.h"
00006 
00007 namespace X3DTK {
00008 namespace X3D {
00009 
00010 class Group;
00011 class StaticGroup;
00012 class Transform;
00013 class Switch;
00014 
00021 class GLBuilderGroupingVisitor : public GroupingVisitor
00022 {
00023 public:
00025   GLBuilderGroupingVisitor();
00026 
00028   static void enterGroup(Group *G);
00030   static void enterStaticGroup(StaticGroup *S);
00032   static void enterTransform(Transform *T);
00034   static void enterSwitch(Switch *S);
00035 };
00036 
00037 }
00038 }
00039 
00040 #endif

Generated on Mon Jul 12 09:40:00 2004 for X3DToolKit by doxygen 1.3.6