|
SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
|
#include <ProgressReporter.h>


Public Member Functions | |
| virtual | ~ProgressReporter ()=default |
| ProgressReporter ()=default | |
| virtual void | handleMessage (const T &message)=0 |
| virtual void | handleMessage (const T &message)=0 |
Public Member Functions inherited from SourceXtractor::Observer< T > | |
| virtual | ~Observer ()=default |
This interface is implemented by the concrete progress reporters, so at run time the software can switch the way of informing the user about the progress. Details of what is reported is abstracted via key/value.
Definition at line 43 of file ProgressReporter.h.
|
virtualdefault |
|
default |
|
virtual |
To be called when there are updates on the progress
| info | A dictionary, where the key is the task or subprocess name (i.e. segmentation), and the value a pair, where the first is the number of entities processed, and the second the total, or -1 if unknown. |
Implements SourceXtractor::Observer< T >.
|
virtual |
To be called when the full processing is done.
Implements SourceXtractor::Observer< T >.