]> Creatis software - clitk.git/blobdiff - segmentation/clitkExtractLungGenericFilter.txx
check upper/lower threshold validity
[clitk.git] / segmentation / clitkExtractLungGenericFilter.txx
index 77b4e8b730a19a3361010e53af4bddbad831f616..2fa40b124b965eb33f6dda6456f29e00c04f2ce0 100644 (file)
@@ -84,6 +84,7 @@ void clitk::ExtractLungGenericFilter<ArgsInfoType>::UpdateWithInputImageType()
   this->SetFilterBase(filter);
     
   // Set global Options 
+  filter->SetStopOnError(this->GetStopOnError());
   filter->SetArgsInfo(mArgsInfo);
   filter->SetInput(input);
   filter->SetInputPatientMask(patient, mArgsInfo.patientBG_arg);