]> Creatis software - clitk.git/blobdiff - common/clitkFilterBase.h
Add define to avoid vtk warning on mac
[clitk.git] / common / clitkFilterBase.h
index 29caaf08d94fccb6fbe5d6c46410f7c6fb231d9c..7403f37fe0a041fa6a1b0ea85c696b65e1a302f7 100644 (file)
@@ -31,7 +31,7 @@ namespace clitk {
   
   //--------------------------------------------------------------------
   /*
-    Convenient class to manage options from GGO (gengetopt) to filter
+    Convenient class to manage frequent options
   */
   //--------------------------------------------------------------------
   class FilterBase
@@ -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();