X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkUnsharpMaskGenericFilter.txx;h=8f48188a02139843f3a5388744c52ef4138da33a;hb=b7b8f2b040d1772c30c34653ee3fe0c27bc8fa71;hp=9d732e3817e69e44e659f6c92f234ffec3db9e94;hpb=765020625fbc092d283e221e36c83e60a1844cb7;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); } } //--------------------------------------------------------------------