Main Page | Modules | 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 #ifndef X3DTK_ABSTRACTWALKER_H
00002 #define X3DTK_ABSTRACTWALKER_H
00003 
00004 #include "X3DComponentWalker.h"
00005 
00006 namespace X3DTK {
00007 
00014 class AbstractWalker : public X3DComponentWalker
00015 {
00016 public:
00018   AbstractWalker();
00020   virtual ~AbstractWalker();
00021   
00023   static void walkX3DAbstractNode(X3DAbstractNode *N);
00024 };
00025 
00026 }
00027 
00028 #endif

Generated on Mon Apr 5 16:43:50 2004 for X3DToolKit by doxygen 1.3.3