Documentation


engineRemoverVisitor.h

Go to the documentation of this file.
00001 
00002 //                            engineRemoverVisitor.h                          //
00004 
00005 #ifndef ENGINE_REMOVER_VISITOR_H
00006 #define ENGINE_REMOVER_VISITOR_H
00007 
00008 #include <X3DTK/private/X3D_CoreVisitor.h>
00009 #include <animal/engine/EngineNode.h>
00010 
00011 namespace X3DTK
00012 {
00013 namespace X3D
00014 {
00015 
00017 
00018 class EngineRemoverVisitor : public CoreVisitor
00019 {
00020 public:
00022     EngineRemoverVisitor();
00024     virtual ~EngineRemoverVisitor();
00025 
00026 protected:
00028     static void enterNode(X3DNode *K);
00029 };
00030 
00031 }
00032 }
00033 
00034 #endif

Generated on Thu Dec 23 13:52:24 2004 by doxygen 1.3.6