X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkUnsharpMaskGenericFilter.txx;h=8f48188a02139843f3a5388744c52ef4138da33a;hb=babf100c0d140f6b2525532d001b7794fb47a625;hp=9d732e3817e69e44e659f6c92f234ffec3db9e94;hpb=573d80d0f7a17607d2ee883c21c940c0ba020282;p=clitk.git diff --git a/tools/clitkUnsharpMaskGenericFilter.txx b/tools/clitkUnsharpMaskGenericFilter.txx old mode 100755 new mode 100644 index 9d732e3..8f48188 --- a/tools/clitkUnsharpMaskGenericFilter.txx +++ b/tools/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); } } //--------------------------------------------------------------------