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();
00020 
00022   static void enterX3DAbstractNode(X3DAbstractNode *N);
00024   static void leaveX3DAbstractNode(X3DAbstractNode *N);
00025 };
00026 
00027 }
00028 
00029 #endif

Generated on Fri Jul 30 12:02:27 2004 for X3DToolKit by doxygen 1.3.6