MCPcopy Create free account
hub / github.com/computationalpathologygroup/ASAP / ~ProgressMonitor

Method ~ProgressMonitor

core/ProgressMonitor.cpp:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7}
8
9ProgressMonitor::~ProgressMonitor() {
10
11}
12
13void ProgressMonitor::setProgress(const unsigned int& progress) {
14 if (progress > _maxProgress) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected