]> Creatis software - clitk.git/blobdiff - segmentation/clitkExtractMediastinalVesselsGenericFilter.txx
itk4 Renaming
[clitk.git] / segmentation / clitkExtractMediastinalVesselsGenericFilter.txx
index 6344344210b199c89095f03fe28d971fbde4b4b6..71f8c6b7ec0713e6717dc30a3dbad219880c3283 100644 (file)
@@ -81,6 +81,8 @@ SetOptionsFromArgsInfoToFilter(FilterType * f)
   f->SetSoughtVesselSeedName(mArgsInfo.seed_arg);
   f->SetSoughtVesselName(mArgsInfo.name_arg);
   f->SetMaxNumberOfFoundBifurcation(mArgsInfo.bif_arg);
+
+  f->SetFinalOpeningRadius(mArgsInfo.open_arg);
   
   // Output filename
   this->AddOutputFilename(mArgsInfo.output_arg);