X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FvvToolExtractLung.cxx;h=59b41331472a7798dea91d9bb3e80c1e0aaa54ed;hb=5c03d2dbd2e9cd0c4c071c438de95147b5f8ea2e;hp=3e63df8e9f9d071822ee38b2aa7931b4904f6793;hpb=f5e983965940b49d5724d825584e5c67220fc3d6;p=clitk.git diff --git a/vv/vvToolExtractLung.cxx b/vv/vvToolExtractLung.cxx index 3e63df8..59b4133 100644 --- a/vv/vvToolExtractLung.cxx +++ b/vv/vvToolExtractLung.cxx @@ -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" @@ -136,15 +136,15 @@ void vvToolExtractLung::SetGUIFromArgsInfo() //------------------------------------------------------------------------------ void vvToolExtractLung::GetArgsInfoFromGUI() { - mArgsInfo->patientBG_arg = mPatientMaskInputWidget->GetBackgroundValue(); + // mArgsInfo->patientBG_arg = mPatientMaskInputWidget->GetBackgroundValue(); mArgsInfo->verboseOption_flag = true; // DEBUG. TO CHANGE mArgsInfo->verboseStep_flag = true; // DEBUG. TO CHANGE mArgsInfo->writeStep_flag = false; mArgsInfo->input_given = 0; - mArgsInfo->patient_given = 0; + // 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();