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

Method CmdLineProgressMonitor

core/CmdLineProgressMonitor.cpp:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include "ProgressDisplay.hpp"
3
4CmdLineProgressMonitor::CmdLineProgressMonitor() : ProgressMonitor(), disp(NULL)
5{
6}
7
8CmdLineProgressMonitor::~CmdLineProgressMonitor() {
9 if (disp) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected