]> Creatis software - clitk.git/blobdiff - common/clitkFilterBase.h
Add option for newStep
[clitk.git] / common / clitkFilterBase.h
index b05f64d24b81b97be443fd0f4e2ee1686b4978c4..7403f37fe0a041fa6a1b0ea85c696b65e1a302f7 100644 (file)
@@ -118,7 +118,7 @@ namespace clitk {
   protected:
     FilterBase();
     virtual ~FilterBase() {}    
-    void StartNewStep(std::string s);
+    void StartNewStep(std::string s, bool endl=true);
     template<class TInternalImageType>
     void StopCurrentStep(typename TInternalImageType::Pointer p, std::string txt="");
     void StopCurrentStep();