X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkFilterBase.h;h=7403f37fe0a041fa6a1b0ea85c696b65e1a302f7;hb=f3457815210ffe8646f3288be3362d34fcc7c3af;hp=29caaf08d94fccb6fbe5d6c46410f7c6fb231d9c;hpb=42e050104aebe7830f2111d096f0dd6673987d1e;p=clitk.git diff --git a/common/clitkFilterBase.h b/common/clitkFilterBase.h index 29caaf0..7403f37 100644 --- a/common/clitkFilterBase.h +++ b/common/clitkFilterBase.h @@ -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 void StopCurrentStep(typename TInternalImageType::Pointer p, std::string txt=""); void StopCurrentStep();