From cdc758fb7451d13b9ed6f2d2f2e229593376b2e0 Mon Sep 17 00:00:00 2001 From: bharath Date: Thu, 12 Aug 2010 18:39:01 +0000 Subject: [PATCH] Functionality to Delete Last Image --- common/clitkImageToImageGenericFilterBase.h | 1 + 1 file changed, 1 insertion(+) 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); -- 2.45.1