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

Method stopFilter

ASAP/FilterThread.cpp:89–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89void FilterThread::stopFilter() {
90 if (_filterPlugin) {
91 _filterPlugin->cancel();
92 }
93}
94
95void FilterThread::run()
96{

Callers

nothing calls this directly

Calls 1

cancelMethod · 0.45

Tested by

no test coverage detected