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

Method ThreadJob

ASAP/IOThread.h:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 unsigned int _level;
22
23 ThreadJob(unsigned int tileSize, long long imgPosX, long long imgPosY, unsigned int level) :
24 _tileSize(tileSize), _imgPosX(imgPosX), _imgPosY(imgPosY), _level(level)
25 {
26 }
27
28 virtual ~ThreadJob()
29 {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected