X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=segmentation%2FclitkMorphoMathGenericFilter.txx;h=9edef723f0637bb5fb159291adc995d37160e775;hb=28730d74d4cf69edc5bc0186d0f1a751591ef384;hp=6627e336842c8fe6468a07561188671f32242489;hpb=08d1fd56ac1d08bd228d9e557f5472a395e9b708;p=clitk.git diff --git a/segmentation/clitkMorphoMathGenericFilter.txx b/segmentation/clitkMorphoMathGenericFilter.txx index 6627e33..9edef72 100644 --- 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); } //--------------------------------------------------------------------