]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkMIPCreator.cxx
*** empty log message ***
[bbtk.git] / packages / vtk / src / bbvtkMIPCreator.cxx
index be2a7d49c54f218c7a53f37d0ffd471c420e54c6..39d615f3651c207caba05d287534b158cce37fde 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbvtkMIPCreator.cxx,v $
   Language:  C++
-  Date:      $Date: 2008/04/18 12:59:52 $
-  Version:   $Revision: 1.2 $
+  Date:      $Date: 2008/05/09 10:39:47 $
+  Version:   $Revision: 1.3 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -74,6 +74,14 @@ namespace bbvtk
     bbSetOutputOut(mVolume);
 }
 
+   void MIPCreator::bbUserDestructor() 
+   { 
+     mCast->Delete();
+     mMIP->Delete();
+     mMapper->Delete();
+     mVolume->Delete();
+
+   }
 //---------------------------------------------------------------------
 
    void MIPCreator::Process()