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

Method GetImagePath

src/colmap/ui/project_widget.cc:100–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100std::filesystem::path ProjectWidget::GetImagePath() const {
101 return image_path_text_->text().toUtf8().constData();
102}
103
104void ProjectWidget::SetDatabasePath(const std::filesystem::path& path) {
105 database_path_text_->setText(QString::fromStdString(path.string()));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected