X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkImageToImageGenericFilterBase.h;h=aa6190460139eca75b851030b2d3d22938b6de97;hb=2136379e8e3cd0010b909a2a7ef2580559cc3ead;hp=262d6fc82f85e3d53159ce316dfaccc3f4ee9384;hpb=868922dc773690f1be8f21159f10fc4702e5c09f;p=clitk.git diff --git a/common/clitkImageToImageGenericFilterBase.h b/common/clitkImageToImageGenericFilterBase.h index 262d6fc..aa61904 100644 --- a/common/clitkImageToImageGenericFilterBase.h +++ b/common/clitkImageToImageGenericFilterBase.h @@ -95,6 +95,7 @@ namespace clitk { // Indicate that the filter must stop as soon as possible (if threaded) void MustStop(); + void DeleteLastOutputImage(); itkSetMacro(StopOnError, bool); itkGetConstMacro(StopOnError, bool); itkBooleanMacro(StopOnError);