X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkFilterBase.h;h=7403f37fe0a041fa6a1b0ea85c696b65e1a302f7;hb=593ad2d23114d3ff50817a224e766a8cce624c78;hp=b05f64d24b81b97be443fd0f4e2ee1686b4978c4;hpb=d8f6cf956310ff7b123df4ad82e20b61831d09ff;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();