X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=segmentation%2FclitkExtractLymphStationsGenericFilter.txx;h=a8c3ec1dd73ce3120c85cf342c0ec78a155eadb4;hb=bd90d593f957ab1c755dcb6200a05adc8d832b79;hp=317c78ab588b1e0d36f53fe0c4d76241de15c1b7;hpb=42e050104aebe7830f2111d096f0dd6673987d1e;p=clitk.git diff --git a/segmentation/clitkExtractLymphStationsGenericFilter.txx b/segmentation/clitkExtractLymphStationsGenericFilter.txx index 317c78a..a8c3ec1 100644 --- a/segmentation/clitkExtractLymphStationsGenericFilter.txx +++ b/segmentation/clitkExtractLymphStationsGenericFilter.txx @@ -68,6 +68,7 @@ SetOptionsFromArgsInfoToFilter(FilterType * f) f->SetWriteStepFlag(mArgsInfo.writeStep_flag); f->SetVerboseMemoryFlag(mArgsInfo.verboseMemory_flag); f->SetAFDBFilename(mArgsInfo.afdb_arg); + f->SetAFDBPath(mArgsInfo.afdb_path_arg); f->SetComputeStationsSupportsFlag(!mArgsInfo.nosupport_flag);