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

Method updateFilterResult

ASAP/FilterThread.cpp:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void FilterThread::updateFilterResult() {
52 stopFilter();
53 _restart = true;
54 _condition.wakeOne();
55}
56
57void FilterThread::updateFilterResult(const QRectF& FOV, MultiResolutionImage* img, const unsigned int level, int channel)
58{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected