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 namespace X3DTK {
00012 
00014 
00015 class MemReleaser : public X3DMemReleaser
00016 {
00017 public:
00019   MemReleaser();
00021   virtual ~MemReleaser();
00022   
00024   virtual void release(SFAbstractNode N) const;
00025 
00026 protected:
00027   MemReleaserGlobalVariables *globalVariables;
00028 };
00029 
00030 }
00031 
00032 #endif

Generated on Thu Oct 9 13:50:54 2003 for X3DToolKit by doxygen1.2.18