]> Creatis software - clitk.git/blobdiff - vv/vvToolExtractLung.cxx
Add an option to the screenshots menu to save all slices (with ROI and transparency)
[clitk.git] / vv / vvToolExtractLung.cxx
index cf2546603c2d5837a548825a46c7cfc697387295..59b41331472a7798dea91d9bb3e80c1e0aaa54ed 100644 (file)
@@ -3,7 +3,7 @@
 
   Authors belong to:
   - University of LYON              http://www.universite-lyon.fr/
-  - Léon Bérard cancer center       http://oncora1.lyon.fnclcc.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
@@ -14,7 +14,7 @@
 
   - BSD        See included LICENSE.txt file
   - CeCILL-B   http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
-  ======================================================================-====*/
+  ===========================================================================**/
 
 // vv
 #include "vvToolExtractLung.h"
@@ -144,7 +144,7 @@ void vvToolExtractLung::GetArgsInfoFromGUI()
   // mArgsInfo->patient_given = 0;
   mArgsInfo->output_given = 0;
   mArgsInfo->outputTrachea_given = 0;
-  mArgsInfo->remove1_given = 0;
+  //  mArgsInfo->remove1_given = 0;
   
   mArgsInfo->upper_arg = mAirUpperThresholdSlider->GetValue();
   mArgsInfo->lower_arg = mAirLowerThresholdSlider->GetValue();