]> Creatis software - clitk.git/blobdiff - segmentation/clitkMorphoMathGenericFilter.txx
Debug RTStruct conversion with empty struc
[clitk.git] / segmentation / clitkMorphoMathGenericFilter.txx
index 6627e336842c8fe6468a07561188671f32242489..9edef723f0637bb5fb159291adc995d37160e775 100644 (file)
@@ -51,10 +51,10 @@ void clitk::MorphoMathGenericFilter<ArgsInfoType>::
 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);
 }
 //--------------------------------------------------------------------