]> Creatis software - clitk.git/commitdiff
cosmetic
authordsarrut <dsarrut>
Fri, 22 Oct 2010 07:38:05 +0000 (07:38 +0000)
committerdsarrut <dsarrut>
Fri, 22 Oct 2010 07:38:05 +0000 (07:38 +0000)
vv/vvToolExtractLung.cxx
vv/vvToolMedianFilter.cxx

index 3e63df8e9f9d071822ee38b2aa7931b4904f6793..cf2546603c2d5837a548825a46c7cfc697387295 100644 (file)
@@ -136,12 +136,12 @@ 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;
index 22c122f579920152527a567a677dda77d62785d1..e7f0b045013fc64a8e40432eaea2fbde41a2aa3a 100644 (file)
@@ -3,8 +3,8 @@
   Program:   vv
   Module:    $RCSfile: vvToolMedianFilter.cxx,v $
   Language:  C++
-  Date:      $Date: 2010/05/18 16:20:57 $
-  Version:   $Revision: 1.4 $
+  Date:      $Date: 2010/10/22 07:38:05 $
+  Version:   $Revision: 1.5 $
   Author :   Bharath Navalpakkam (Bharath.Navalpakkam@creatis.insa-lyon.fr)
 
   Copyright (C) 2010
@@ -29,8 +29,7 @@
 #include "vvSlicerManager.h"
 #include "vvSlicer.h"
 #include "vvToolInputSelectorWidget.h"
-#include <clitkMedianImageGenericFilter.h>
-
+#include "clitkMedianImageGenericFilter.h"
 
 //------------------------------------------------------------------------------
 // Create the tool and automagically
@@ -43,17 +42,11 @@ vvToolMedianFilter::vvToolMedianFilter(vvMainWindowBase * parent, Qt::WindowFlag
    vvToolBase<vvToolMedianFilter>(parent),
    Ui::vvToolMedianFilter()
 {
-
   // Setup the UI
-
   Ui_vvToolMedianFilter::setupUi(mToolWidget);
-
   mFilter = new clitk::MedianImageGenericFilter<args_info_clitkMedianImageFilter>;
 
-
-
   // Main filter
-
   // Set how many inputs are needed for this tool
   AddInputSelector("Select one image", mFilter);
 }