X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkFilterBase.h;h=7403f37fe0a041fa6a1b0ea85c696b65e1a302f7;hb=619c7d36de4ec76e9e68beb4a77c3e91e72d4c89;hp=b05f64d24b81b97be443fd0f4e2ee1686b4978c4;hpb=1d616cc7be31f7195c8bba4142e02350cd2fb958;p=clitk.git diff --git a/common/clitkFilterBase.h b/common/clitkFilterBase.h index b05f64d..7403f37 100644 --- a/common/clitkFilterBase.h +++ b/common/clitkFilterBase.h @@ -118,7 +118,7 @@ namespace clitk { protected: FilterBase(); virtual ~FilterBase() {} - void StartNewStep(std::string s); + void StartNewStep(std::string s, bool endl=true); template void StopCurrentStep(typename TInternalImageType::Pointer p, std::string txt=""); void StopCurrentStep();