]> Creatis software - clitk.git/blobdiff - common/clitkImageToImageGenericFilterBase.h
Added image info and meta-info
[clitk.git] / 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);