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

Method removeFilter

ASAP/FilterThread.cpp:83–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83void FilterThread::removeFilter() {
84 stopFilter();
85 QMutexLocker locker(&_mutex);
86 _filterPlugin.reset();
87}
88
89void FilterThread::stopFilter() {
90 if (_filterPlugin) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected