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 
00003 
00005 
00006 
00011 
00016 
00021 //                            MemReleaser.h                                   //
00023 
00024 #ifndef MEMRELEASER_H
00025 #define MEMRELEASER_H
00026 
00027 #include "X3DMemReleaser.h"
00028 #include "MemReleaserGlobalVariables.h"
00029 
00030 #include "DFS.h"
00031 
00032 namespace X3DTK {
00033 
00035 
00036 class MemReleaser : public X3DMemReleaser
00037 {
00038 public:
00040   MemReleaser(X3DTTAlgorithm *algo = 0);
00042   virtual ~MemReleaser();
00043   
00044   void setComponentVisitor(X3DComponentVisitor *component);
00045   
00046   virtual void release(SFAbstractNode N) const;
00047 
00048 protected:
00049   MemReleaserGlobalVariables *globalVariables;
00050   bool defaultDFSUSE;
00051   X3DTTAlgorithm *dfs;
00052 };
00053 
00054 }
00055 
00056 #endif

Generated on Wed Sep 10 11:25:13 2003 for X3DToolKit by doxygen1.3