X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FclitkFilterBase.h;h=7403f37fe0a041fa6a1b0ea85c696b65e1a302f7;hb=292caf3cde03e7d88a074282ead314b0e2688a83;hp=29caaf08d94fccb6fbe5d6c46410f7c6fb231d9c;hpb=243b931a3f9d65c94e076d22a0395b894ef3f660;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();