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

Method FilterThread

ASAP/FilterThread.cpp:25–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23Q_DECLARE_METATYPE(std::vector<std::vector<Point> >)
24
25FilterThread::FilterThread(QObject *parent) :
26 QThread(parent),
27 _restart(false),
28 _abort(false),
29 _FOV(QRectF()),
30 _level(0),
31 _channel(0),
32 _img(NULL),
33 _filterPlugin(NULL)
34{
35}
36
37FilterThread::~FilterThread()
38{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected