X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=segmentation%2FclitkExtractLymphStationsGenericFilter.txx;h=a27b4a629e41e2893b95513646ef599f5a790485;hb=dd3badf7621c63f24a8dcfb831af3dcaf41fbe6c;hp=317c78ab588b1e0d36f53fe0c4d76241de15c1b7;hpb=42e050104aebe7830f2111d096f0dd6673987d1e;p=clitk.git diff --git a/segmentation/clitkExtractLymphStationsGenericFilter.txx b/segmentation/clitkExtractLymphStationsGenericFilter.txx index 317c78a..a27b4a6 100644 --- a/segmentation/clitkExtractLymphStationsGenericFilter.txx +++ b/segmentation/clitkExtractLymphStationsGenericFilter.txx @@ -68,8 +68,10 @@ SetOptionsFromArgsInfoToFilter(FilterType * f) f->SetWriteStepFlag(mArgsInfo.writeStep_flag); f->SetVerboseMemoryFlag(mArgsInfo.verboseMemory_flag); f->SetAFDBFilename(mArgsInfo.afdb_arg); - - f->SetComputeStationsSupportsFlag(!mArgsInfo.nosupport_flag); + if (mArgsInfo.afdb_path_given) f->SetAFDBPath(mArgsInfo.afdb_path_arg); + f->SetForceSupportsFlag(mArgsInfo.force_support_flag); + f->SetSupportLimitsFilename(mArgsInfo.support_limits_arg); + f->SetCheckSupportFlag(mArgsInfo.check_support_limits_flag); // Station 8 //f->SetDistanceMaxToAnteriorPartOfTheSpine(mArgsInfo.S8_maxAntSpine_arg);