MCPcopy Create free account
hub / github.com/computationalpathologygroup/ASAP / progress

Method progress

core/ProgressMonitor.cpp:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39unsigned int ProgressMonitor::progress() const {
40 return _progress;
41}
42
43void ProgressMonitor::setMaximumProgress(const unsigned int& maxProgress) {
44 _maxProgress = maxProgress;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected