X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tools%2FclitkFooImageGenericFilter.txx;h=88473a02a0f65e3b234d0eb24c0384912ad9ff90;hb=8c110a6b043a6b85c1a0c4762fbfff4c3bea5c7d;hp=57895ee3b0e6716840baf071bba84a8f56f1280c;hpb=573d80d0f7a17607d2ee883c21c940c0ba020282;p=clitk.git diff --git a/tools/clitkFooImageGenericFilter.txx b/tools/clitkFooImageGenericFilter.txx old mode 100755 new mode 100644 index 57895ee..88473a0 --- a/tools/clitkFooImageGenericFilter.txx +++ b/tools/clitkFooImageGenericFilter.txx @@ -63,14 +63,14 @@ template void FooImageGenericFilter::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); } } //--------------------------------------------------------------------