6 #ifndef MYRAMATH_JOBGRAPH_MULTIPLEPROGRESSMETER_H 7 #define MYRAMATH_JOBGRAPH_MULTIPLEPROGRESSMETER_H 14 #include <myramath/MYRAMATH_EXPORT.h> 39 virtual void begin(
const std::string& name, uint64_t total);
42 virtual void increment(uint64_t delta);
56 typedef std::vector<ProgressMeter> ProgressMeters;
57 ProgressMeters progress;
Interface for measuring progress via callbacks. Wraps an underlying polymorphic ProgressMeterBase.
Definition: ProgressMeter.h:55
Base/contract class for all other ProgressMeter's.
Definition: ProgressMeter.h:25
Definition: MultipleProgressMeter.h:23
Interface type for progress measurement and control within JobGraph's.