MCPcopy Create free account
hub / github.com/colmap/colmap / SelectReconstruction

Method SelectReconstruction

src/colmap/ui/reconstruction_manager_widget.cc:106–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106void ReconstructionManagerWidget::SelectReconstruction(const size_t idx) {
107 if (reconstruction_manager_->Size() == 0) {
108 blockSignals(true);
109 setCurrentIndex(0);
110 blockSignals(false);
111 } else {
112 blockSignals(true);
113 setCurrentIndex(idx + 1);
114 blockSignals(false);
115 }
116}
117
118} // namespace colmap

Callers 2

ImportReconstructionMethod · 0.80
RenderClearMethod · 0.80

Calls 1

SizeMethod · 0.45

Tested by

no test coverage detected