X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkUnsharpMaskGenericFilter.txx;h=8f48188a02139843f3a5388744c52ef4138da33a;hb=f48c960aef6e0a5a4edea516b062197db009e25f;hp=d178da006d452e0949e2b89fb886aa308e3b7801;hpb=a26cd8a19e1b9ad8344ab501436045f171a73713;p=clitk.git diff --git a/tools/clitkUnsharpMaskGenericFilter.txx b/tools/clitkUnsharpMaskGenericFilter.txx old mode 100755 new mode 100644 index d178da0..8f48188 --- a/tools/clitkUnsharpMaskGenericFilter.txx +++ b/tools/clitkUnsharpMaskGenericFilter.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 -======================================================================-====*/ +===========================================================================**/ #ifndef clitkUnsharpMaskGenericFilter_txx #define clitkUnsharpMaskGenericFilter_txx @@ -62,14 +62,14 @@ template void UnsharpMaskGenericFilter::SetArgsInfo(const args_info_type & a) { mArgsInfo=a; - SetIOVerbose(mArgsInfo.verbose_flag); + this->SetIOVerbose(mArgsInfo.verbose_flag); if (mArgsInfo.imagetypes_flag) this->PrintAvailableImageTypes(); if (mArgsInfo.input_given) { - SetInputFilename(mArgsInfo.input_arg); + this->SetInputFilename(mArgsInfo.input_arg); } if (mArgsInfo.output_given) { - SetOutputFilename(mArgsInfo.output_arg); + this->SetOutputFilename(mArgsInfo.output_arg); } } //--------------------------------------------------------------------