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

MeshDFSCoreWalker.h

Go to the documentation of this file.
00001 
00002 
00003 
00005 
00006 
00011 
00016 
00021 //                            MeshDFSCoreWalker.h                             //
00023 
00024 #ifndef MESHDFSCOREWALKER_H
00025 #define MESHDFSCOREWALKER_H
00026 
00027 #include "MeshCoreWalker.h"
00028 
00029 namespace X3DTK {
00030 namespace Mesh {
00031 
00032 class X3DGroupingNode;
00033 
00035 
00036 class DFSCoreWalker : public CoreWalker
00037 {
00038 public:
00040   DFSCoreWalker();
00042   virtual ~DFSCoreWalker();
00043   
00045   void walkX3DGroupingNode(X3DGroupingNode *N) const;
00046 };
00047 
00048 }
00049 }
00050 
00051 #endif

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