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

Method removeFilter

ASAP/filters/FilterThread.cpp:82–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

onChangeCurrentFilterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected