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

Method getWorkers

ASAP/IOThread.cpp:65–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65std::vector<IOWorker*> IOThread::getWorkers() {
66 return _workers;
67}
68
69void IOThread::addJob(const unsigned int tileSize, const long long imgPosX, const long long imgPosY, const unsigned int level, ImageSource* foregroundTile)
70{

Callers 3

initializeMethod · 0.80
updateTileForegoundsMethod · 0.80
clearMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected