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

Method SetImagePath

src/colmap/ui/project_widget.cc:108–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108void ProjectWidget::SetImagePath(const std::filesystem::path& path) {
109 image_path_text_->setText(QString::fromStdString(path.string()));
110}
111
112void ProjectWidget::Save() {
113 if (IsValid()) {

Callers 2

CreateWidgetsMethod · 0.80
ProjectOpenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected