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

Method setMaximumProgress

core/ProgressMonitor.cpp:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void ProgressMonitor::setMaximumProgress(const unsigned int& maxProgress) {
44 _maxProgress = maxProgress;
45}
46
47unsigned int ProgressMonitor::maximumProgress() const {
48 return _maxProgress;

Callers 1

writeImageInformationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected