X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fvtk%2Fsrc%2FbbvtkMIPCreator.cxx;h=39d615f3651c207caba05d287534b158cce37fde;hb=31e21c4bf4e9051ae07b5ca010d2e9b74c4dc06d;hp=be2a7d49c54f218c7a53f37d0ffd471c420e54c6;hpb=4ad5b5ee44357ad873bc8c43230defb6d0a79879;p=bbtk.git diff --git a/packages/vtk/src/bbvtkMIPCreator.cxx b/packages/vtk/src/bbvtkMIPCreator.cxx index be2a7d4..39d615f 100644 --- a/packages/vtk/src/bbvtkMIPCreator.cxx +++ b/packages/vtk/src/bbvtkMIPCreator.cxx @@ -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()