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

Method ~FilterThread

ASAP/filters/FilterThread.cpp:36–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected