X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=segmentation%2FclitkExtractPatientGenericFilter.txx;h=a8fbad81e227e2360e1b34b74e71233c85cebdac;hb=08d1fd56ac1d08bd228d9e557f5472a395e9b708;hp=9435288d1e262519c03ccde50cb0d0fd2b2d8c35;hpb=fbeb37a42e28477c9e92e866e3610f99e57f2449;p=clitk.git diff --git a/segmentation/clitkExtractPatientGenericFilter.txx b/segmentation/clitkExtractPatientGenericFilter.txx index 9435288..a8fbad8 100644 --- a/segmentation/clitkExtractPatientGenericFilter.txx +++ b/segmentation/clitkExtractPatientGenericFilter.txx @@ -3,7 +3,7 @@ Authors belong to: - University of LYON http://www.universite-lyon.fr/ - - Léon Bérard cancer center http://oncora1.lyon.fnclcc.fr + - Léon Bérard cancer center http://www.centreleonberard.fr - CREATIS CNRS laboratory http://www.creatis.insa-lyon.fr This software is distributed WITHOUT ANY WARRANTY; without even @@ -14,7 +14,7 @@ - BSD See included LICENSE.txt file - CeCILL-B http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html - ======================================================================-====*/ + ===========================================================================**/ #include "clitkImageCommon.h" @@ -68,7 +68,9 @@ SetOptionsFromArgsInfoToFilter(FilterType * f) f->SetVerboseWarningFlag(!mArgsInfo.verboseWarningOff_flag); f->SetVerboseMemoryFlag(mArgsInfo.verboseMemory_flag); - f->SetAFDBFilename(mArgsInfo.afdb_arg); + if (mArgsInfo.afdb_given) + f->SetAFDBFilename(mArgsInfo.afdb_arg); + f->SetOutputPatientFilename(mArgsInfo.output_arg); f->SetUpperThreshold(mArgsInfo.upper_arg);