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

Method ProjectNew

src/colmap/ui/main_window.cc:896–902  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

894}
895
896void MainWindow::ProjectNew() {
897 if (ReconstructionOverwrite()) {
898 project_widget_->Reset();
899 project_widget_->show();
900 project_widget_->raise();
901 }
902}
903
904bool MainWindow::ProjectOpen() {
905 if (!ReconstructionOverwrite()) {

Callers

nothing calls this directly

Calls 2

showMethod · 0.80
ResetMethod · 0.45

Tested by

no test coverage detected