X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=segmentation%2FclitkMorphoMathGenericFilter.txx;h=9edef723f0637bb5fb159291adc995d37160e775;hb=48727138e88f056b67312603560e600362346462;hp=6627e336842c8fe6468a07561188671f32242489;hpb=765020625fbc092d283e221e36c83e60a1844cb7;p=clitk.git diff --git a/segmentation/clitkMorphoMathGenericFilter.txx b/segmentation/clitkMorphoMathGenericFilter.txx old mode 100755 new mode 100644 index 6627e33..9edef72 --- a/segmentation/clitkMorphoMathGenericFilter.txx +++ b/segmentation/clitkMorphoMathGenericFilter.txx @@ -51,10 +51,10 @@ void clitk::MorphoMathGenericFilter:: SetArgsInfo(const ArgsInfoType & a) { mArgsInfo=a; - SetIOVerbose(mArgsInfo.verbose_flag); + this->SetIOVerbose(mArgsInfo.verbose_flag); if (mArgsInfo.imagetypes_flag) this->PrintAvailableImageTypes(); - if (mArgsInfo.input_given) AddInputFilename(mArgsInfo.input_arg); - if (mArgsInfo.output_given) AddOutputFilename(mArgsInfo.output_arg); + if (mArgsInfo.input_given) this->AddInputFilename(mArgsInfo.input_arg); + if (mArgsInfo.output_given) this->AddOutputFilename(mArgsInfo.output_arg); } //--------------------------------------------------------------------