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

Method ProgressMonitor

core/ProgressMonitor.cpp:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include <iostream>
3
4ProgressMonitor::ProgressMonitor() : _status(""), _progress(0), _maxProgress(100)
5{
6
7}
8
9ProgressMonitor::~ProgressMonitor() {
10

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected