26#ifndef _APPBASE_PROGRESSDISPLAY_H
27#define _APPBASE_PROGRESSDISPLAY_H
50 void setMessage(
const std::string&
message,
const std::string& filename=
"");
55 bool updateDisplay(
const std::string&
message);
56 bool updateDisplayValue();
95 virtual void updateProgressDisplay();
Dummy progress display, without output.
virtual void updateProgressDisplay()
update the display, does output nothing
virtual ~ProgressDisplay()
virtual void updateProgressDisplay()=0
Template method, updates the display.
ProgressDisplay(int maximum=0)
constructor
a progress display to print progress reports to a stream
StreamProgressDisplay(std::ostream &o)
constructor, connect with given outputstream
std::vector< deghosting::BImagePtr > threshold(const std::vector< deghosting::FImagePtr > &inputImages, const double threshold, const uint16_t flags)
Threshold function used for creating alpha masks for images.