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

Method onForegroundChannelChanged

ASAP/IOThread.cpp:49–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49void IOThread::onForegroundChannelChanged(int channel) {
50 _jobListMutex.lock();
51 for (unsigned int i = 0; i < _workers.size(); ++i) {
52 _workers[i]->setForegroundChannel(channel);
53 }
54 _jobListMutex.unlock();
55}
56
57void IOThread::onLUTChanged(const pathology::LUT& LUT) {
58 _jobListMutex.lock();

Callers 1

setForegroundChannelMethod · 0.80

Calls 2

sizeMethod · 0.80
setForegroundChannelMethod · 0.45

Tested by

no test coverage detected