]> Creatis software - clitk.git/blobdiff - vv/vvToolMIP.cxx
remove tools (now in tests_dav)
[clitk.git] / vv / vvToolMIP.cxx
index cfa338f63028d65ad605eff8659095ee04b61b69..2ef4918480472feee170c3af761724fff660021c 100644 (file)
@@ -1,14 +1,31 @@
+/*=========================================================================
+  Program:   vv                     http://www.creatis.insa-lyon.fr/rio/vv
+
+  Authors belong to:
+  - University of LYON              http://www.universite-lyon.fr/
+  - Léon Bérard cancer center       http://www.centreleonberard.fr
+  - CREATIS CNRS laboratory         http://www.creatis.insa-lyon.fr
+
+  This software is distributed WITHOUT ANY WARRANTY; without even
+  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+  PURPOSE.  See the copyright notices for more information.
+
+  It is distributed under dual licence
+
+  - BSD        See included LICENSE.txt file
+  - CeCILL-B   http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
+===========================================================================*/
 /*=========================================================================
 
   Program:   vv
   Module:    $RCSfile: vvToolMIP.cxx,v $
   Language:  C++
-  Date:      $Date: 2011/03/22 15:50:39 $
-  Version:   $Revision: 1.2 $
+  Date:      $Date: 2011/04/15 08:29:21 $
+  Version:   $Revision: 1.3 $
   Author :   Bharath Navalpakkam (Bharath.Navalpakkam@creatis.insa-lyon.fr)
 
   Copyright (C) 2010
-  Léon Bérard cancer center http://oncora1.lyon.fnclcc.fr
+  Léon Bérard cancer center http://www.centreleonberard.fr
   CREATIS                   http://www.creatis.insa-lyon.fr
 
   This program is free software: you can redistribute it and/or modify
@@ -61,7 +78,6 @@ vvToolMIP::vvToolMIP(vvMainWindowBase * parent, Qt::WindowFlags f)
 //------------------------------------------------------------------------------
 vvToolMIP::~vvToolMIP()
 {
-  delete mFilter;
 }
 //------------------------------------------------------------------------------
 void vvToolMIP::Initialize()
@@ -83,7 +99,7 @@ void vvToolMIP::apply()
   cmdline_parser_clitkMIP_init(&args_info);
   args_info.dimension_arg=this->dimensionSpinBox->value();
   args_info.dimension_given=true;
-  clitk::MIPGenericFilter* filter= dynamic_cast<clitk::MIPGenericFilter*>(mFilter);
+  clitk::MIPGenericFilter* filter= dynamic_cast<clitk::MIPGenericFilter*>(mFilter.GetPointer());
   filter->SetArgsInfo(args_info);
   filter->SetInputVVImage(mCurrentImage);
   filter->Update();