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

MemReleaser.h

Go to the documentation of this file.
00001 
00002 //                            MemReleaser.h                                   //
00004 
00005 #ifndef MEMRELEASER_H
00006 #define MEMRELEASER_H
00007 
00008 #include "X3DMemReleaser.h"
00009 #include "MemReleaserGlobalVariables.h"
00010 
00011 #include "DFS.h"
00012 
00013 namespace X3DTK {
00014 
00016 
00017 class MemReleaser : public X3DMemReleaser
00018 {
00019 public:
00021   MemReleaser(X3DTTAlgorithm *algo = 0);
00023   virtual ~MemReleaser();
00024   
00025   void setComponentVisitor(X3DComponentVisitor *component);
00026   
00027   virtual void release(SFAbstractNode N) const;
00028 
00029 protected:
00030   MemReleaserGlobalVariables *globalVariables;
00031   bool defaultDFSUSE;
00032   X3DTTAlgorithm *dfs;
00033 };
00034 
00035 }
00036 
00037 #endif

Generated on Tue Jul 15 16:46:52 2003 for X3DToolKit by doxygen1.3