GraphTesterAbstractVisitor.h

Go to the documentation of this file.
00001 
00002 //                            GraphTesterAbstractVisitor.h                    //
00004 
00005 #ifndef GRAPHTESTERABSTRACTVISITOR_H
00006 #define GRAPHTESTERABSTRACTVISITOR_H
00007 
00008 #include "AbstractVisitor.h"
00009 #include "GraphTesterStateVariables.h"
00010 
00011 namespace X3DTK {
00012 
00014 
00015 class GraphTesterAbstractVisitor : public AbstractVisitor
00016 {
00017 public:
00019   GraphTesterAbstractVisitor();
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:28 2004 for X3DToolKit by doxygen 1.3.6