From: David Sarrut Date: Thu, 27 Oct 2011 13:56:24 +0000 (+0200) Subject: Add --afdb_path option X-Git-Tag: v1.3.0~174^2~17 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=bb41d8d078f72cd3aa8b49f32ae4038705742f3d;p=clitk.git Add --afdb_path option --- 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);