From: bharath Date: Thu, 12 Aug 2010 18:39:01 +0000 (+0000) Subject: Functionality to Delete Last Image X-Git-Tag: v1.2.0~429 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=cdc758fb7451d13b9ed6f2d2f2e229593376b2e0;p=clitk.git Functionality to Delete Last Image --- 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);