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

DFS.h

Go to the documentation of this file.
00001 
00002 //                            DFS.h                                           //
00004 
00005 #ifndef DFS_H
00006 #define DFS_H
00007 
00008 #include "X3DTypes.h"
00009 #include "X3DTTAlgorithm.h"
00010 
00011 namespace X3DTK {
00012 
00014 
00015 class DFS : public X3DTTAlgorithm
00016 {
00017 public:
00019   DFS();
00021   virtual ~DFS();
00022   
00024   friend DFS *joinDFS(DFS *D1, DFS *D2);
00026   friend DFS *mergeDFS(DFS *D1, DFS *D2);
00027 };
00028 
00029 }
00030 
00031 #endif

Generated on Wed May 14 10:38:09 2003 for X3DToolKit by doxygen1.3