MemReleaserAbstractVisitor.h

Go to the documentation of this file.
00001 
00002 //                            MESH_MemReleaserCoreVisitor.h                   //
00004 
00005 #ifndef MESH_MEMRELEASERCOREVISITOR_H
00006 #define MESH_MEMRELEASERCOREVISITOR_H
00007 
00008 #include "AbstractVisitor.h"
00009 
00010 namespace X3DTK {
00011 
00013 
00014 class MemReleaserAbstractVisitor : public AbstractVisitor
00015 {
00016 public:
00018   MemReleaserAbstractVisitor();
00019 
00021   static void enterX3DAbstractNode(X3DAbstractNode *N);
00022 
00024   static bool walkOnX3DAbstractNode(X3DAbstractNode *N, SFNode child);
00025   
00027   static void leaveX3DAbstractNode(X3DAbstractNode *N);
00028 };
00029 
00030 }
00031 
00032 #endif

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