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

Method setFilter

ASAP/FilterThread.cpp:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void FilterThread::setFilter(const std::shared_ptr<ImageFilterPluginInterface>& filterPlugin) {
78 QMutexLocker locker(&_mutex);
79 _filterPlugin.reset();
80 _filterPlugin = filterPlugin;
81}
82
83void FilterThread::removeFilter() {
84 stopFilter();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected