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

GL_DFSGroupingWalker.h

Go to the documentation of this file.
00001 
00002 //                            GL_DFSGroupingWalker.h                          //
00004 
00005 #ifndef GL_DFSGROUPINGWALKER_H
00006 #define GL_DFSGROUPINGWALKER_H
00007 
00008 #include "X3DComponentWalker.h"
00009 
00010 namespace X3DTK {
00011 namespace GL {
00012 
00013 class StaticGroup;
00014 class X3DGroupingNode;
00015 class Switch;
00016 
00018 
00019 class DFSGroupingWalker : public X3DComponentWalker
00020 {
00021 public:
00023   DFSGroupingWalker();
00025   virtual ~DFSGroupingWalker();
00026   
00028   virtual void walkStaticGroup(StaticGroup *G) const;
00030   virtual void walkX3DGroupingNode(X3DGroupingNode *N) const;
00032   virtual void walkSwitch(Switch *S) const;
00033 };
00034 
00035 }
00036 }
00037 
00038 #endif

Generated on Mon Jan 19 10:32:03 2004 for X3DToolKit by doxygen1.2.18