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

Method ~FilterThread

ASAP/FilterThread.cpp:37–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37FilterThread::~FilterThread()
38{
39 stopFilter();
40 _mutex.lock();
41
42 _abort = true;
43 _mutex.unlock();
44 while (isRunning()) {
45 _condition.wakeOne();
46 }
47
48 wait();
49}
50
51void FilterThread::updateFilterResult() {
52 stopFilter();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected