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

DefaultDFSGroupingWalker.h

Go to the documentation of this file.
00001 
00002 
00003 
00005 
00006 
00011 
00016 
00021 //                            DefaultDFSGroupingWalker.h                      //
00023 
00024 #ifndef DEFAULTDFSGROUPINGWALKER_H
00025 #define DEFAULTDFSGROUPINGWALKER_H
00026 
00027 #include "DFSGroupingWalker.h"
00028 
00029 namespace X3DTK {
00030 namespace X3D {
00031 
00032 class StaticGroup;
00033 class X3DGroupingNode;
00034 
00036 
00037 class DefaultDFSGroupingWalker : public DFSGroupingWalker
00038 {
00039 public:
00041   DefaultDFSGroupingWalker();
00043   virtual ~DefaultDFSGroupingWalker();
00044   
00046   virtual void walkStaticGroup(X3D::StaticGroup *G) const;
00048   virtual void walkX3DGroupingNode(X3D::X3DGroupingNode *N) const;
00049 };
00050 
00051 }
00052 }
00053 
00054 #endif

Generated on Wed Sep 10 11:25:12 2003 for X3DToolKit by doxygen1.3