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

AbstractWalker.h

Go to the documentation of this file.
00001 
00002 
00003 
00005 
00006 
00011 
00016 
00021 //                            AbstractWalker.h                                //
00023 
00024 #ifndef ROOTWALKER_H
00025 #define ROOTWALKER_H
00026 
00027 #include "X3DComponentWalker.h"
00028 
00029 namespace X3DTK {
00030 
00032 
00033 class AbstractWalker : public X3DComponentWalker
00034 {
00035 public:
00037   AbstractWalker();
00039   virtual ~AbstractWalker();
00040   
00042   virtual void walkX3DAbstractNode(X3DAbstractNode *N) const;
00043 };
00044 
00045 }
00046 
00047 #endif

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