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

Method ~CmdLineProgressMonitor

core/CmdLineProgressMonitor.cpp:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6}
7
8CmdLineProgressMonitor::~CmdLineProgressMonitor() {
9 if (disp) {
10 delete disp;
11 disp = NULL;
12 }
13}
14
15void CmdLineProgressMonitor::setProgress(const unsigned int& progress) {
16 ProgressMonitor::setProgress(progress);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected