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

ClonerAbstractVisitor.h

Go to the documentation of this file.
00001 
00002 //                            ClonerAbstractVisitor.h                         //
00004 
00005 #ifndef CLONERABSTRACTVISITOR_H
00006 #define CLONERABSTRACTVISITOR_H
00007 
00008 #include "AbstractVisitor.h"
00009 #include "ClonerStateVariables.h"
00010 
00011 namespace X3DTK {
00012 
00014 
00015 class ClonerAbstractVisitor : public AbstractVisitor
00016 {
00017 public:
00019   ClonerAbstractVisitor();
00021   virtual ~ClonerAbstractVisitor();
00022 
00024   virtual void enterX3DAbstractNode(X3DAbstractNode *N) const;
00026   virtual void leaveX3DAbstractNode(X3DAbstractNode *N) const;
00027   
00028 protected:
00029   ClonerStateVariables *stateVariables;
00030 };
00031 
00032 }
00033 
00034 #endif

Generated on Mon Jan 19 10:32:03 2004 for X3DToolKit by doxygen1.2.18