]> Creatis software - clitk.git/commitdiff
Functionality to Delete Last Image
authorbharath <bharath>
Thu, 12 Aug 2010 18:39:01 +0000 (18:39 +0000)
committerbharath <bharath>
Thu, 12 Aug 2010 18:39:01 +0000 (18:39 +0000)
common/clitkImageToImageGenericFilterBase.h

index 262d6fc82f85e3d53159ce316dfaccc3f4ee9384..aa6190460139eca75b851030b2d3d22938b6de97 100644 (file)
@@ -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);