From bb41d8d078f72cd3aa8b49f32ae4038705742f3d Mon Sep 17 00:00:00 2001 From: David Sarrut Date: Thu, 27 Oct 2011 15:56:24 +0200 Subject: [PATCH] Add --afdb_path option --- segmentation/clitkExtractLymphStationsGenericFilter.txx | 1 + 1 file changed, 1 insertion(+) 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); -- 2.45.1