MCPcopy Create free account
hub / github.com/PRBonn/semantic_suma / triggerPreprocessing

Method triggerPreprocessing

src/visualizer/VisualizerWindow.cpp:800–807  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

798}
799
800void 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
809void VisualizerWindow::updateScanIndex() {
810 bool converted = false;

Callers

nothing calls this directly

Calls 4

preprocessMethod · 0.80
setCurrentFrameMethod · 0.80
getCurrentFrameMethod · 0.80
setParametersMethod · 0.45

Tested by

no test coverage detected