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

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();
00021   virtual ~GraphTesterAbstractVisitor();
00022 
00024   virtual void enterX3DAbstractNode(X3DAbstractNode *N) const;
00026   virtual void leaveX3DAbstractNode(X3DAbstractNode *N) const;
00027   
00028 protected:
00029   GraphTesterStateVariables *stateVariables;
00030 };
00031 
00032 }
00033 
00034 #endif

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