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

MESH_DFSCoreWalker.h

Go to the documentation of this file.
00001 
00002 //                            MESH_DFSCoreWalker.h                            //
00004 
00005 #ifndef MESH_DFSCOREWALKER_H
00006 #define MESH_DFSCOREWALKER_H
00007 
00008 #include "X3DComponentWalker.h"
00009 
00010 namespace X3DTK {
00011 namespace MESH {
00012 
00013 class X3DGroupingNode;
00014 class X3DMeshNode;
00015 class Shape;
00016 
00018 
00019 class DFSCoreWalker : public X3DComponentWalker
00020 {
00021 public:
00023   DFSCoreWalker();
00025   virtual ~DFSCoreWalker();
00026   
00028   void walkX3DGroupingNode(X3DGroupingNode *N) const;
00030   void walkX3DMeshNode(X3DMeshNode *N) const;
00032   void walkShape(Shape *S) const;
00033 };
00034 
00035 }
00036 }
00037 
00038 #endif

Generated on Tue Mar 2 14:08:50 2004 for X3DToolKit by doxygen 1.3.3