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

Method onLUTChanged

ASAP/IOThread.cpp:57–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void IOThread::onLUTChanged(const pathology::LUT& LUT) {
58 _jobListMutex.lock();
59 for (unsigned int i = 0; i < _workers.size(); ++i) {
60 _workers[i]->setLUT(LUT);
61 }
62 _jobListMutex.unlock();
63}
64
65std::vector<IOWorker*> IOThread::getWorkers() {
66 return _workers;

Callers 1

setForegroundLUTMethod · 0.45

Calls 2

sizeMethod · 0.80
setLUTMethod · 0.80

Tested by

no test coverage detected