| 49 | } |
| 50 | |
| 51 | void FilterThread::updateFilterResult() { |
| 52 | stopFilter(); |
| 53 | _restart = true; |
| 54 | _condition.wakeOne(); |
| 55 | } |
| 56 | |
| 57 | void FilterThread::updateFilterResult(const QRectF& FOV, MultiResolutionImage* img, const unsigned int level, int channel) |
| 58 | { |
nothing calls this directly
no outgoing calls
no test coverage detected