| 798 | } |
| 799 | |
| 800 | void VisualizerWindow::triggerPreprocessing() { |
| 801 | updateParameters(); |
| 802 | fusion_->setParameters(params_); |
| 803 | parameterUpdateNeeded_ = false; |
| 804 | fusion_->preprocess(); |
| 805 | ui_.wCanvas->setCurrentFrame(currentScanIdx_, *fusion_->getCurrentFrame()); |
| 806 | ui_.wCanvas->updateGL(); |
| 807 | } |
| 808 | |
| 809 | void VisualizerWindow::updateScanIndex() { |
| 810 | bool converted = false; |
nothing calls this directly
no test coverage detected