GraphTester.h

Go to the documentation of this file.
00001 
00002 //                            GraphTester.h                                   //
00004 
00005 #ifndef GRAPHTESTER_H
00006 #define GRAPHTESTER_H
00007 
00008 #include "X3DOnePassProcessor.h"
00009 #include "GraphTesterStateVariables.h"
00010 
00011 namespace X3DTK {
00012 
00014 
00015 class GraphTester : public X3DOnePassProcessor
00016 {
00017 public:
00019   GraphTester();
00021   virtual ~GraphTester();
00022   
00024   virtual void test(SFNode N) const;
00025 };
00026 
00027 }
00028 
00029 #endif

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