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

Method SetDatabasePath

src/colmap/ui/project_widget.cc:104–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104void ProjectWidget::SetDatabasePath(const std::filesystem::path& path) {
105 database_path_text_->setText(QString::fromStdString(path.string()));
106}
107
108void ProjectWidget::SetImagePath(const std::filesystem::path& path) {
109 image_path_text_->setText(QString::fromStdString(path.string()));

Callers 2

CreateWidgetsMethod · 0.80
ProjectOpenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected