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

Method PrefetchThread

ASAP/PrefetchThread.cpp:9–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7#include "multiresolutionimageinterface/MultiResolutionImage.h"
8
9PrefetchThread::PrefetchThread(QObject *parent) :
10 QThread(parent),
11 _restart(false),
12 _abort(false),
13 _FOV(QRectF()),
14 _level(0),
15 _img(NULL)
16{
17}
18
19PrefetchThread::~PrefetchThread()
20{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected