![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <project_widget.h>


Public Member Functions | |
| ProjectWidget (QWidget *parent, OptionManager *options) | |
| bool | IsValid () const |
| void | Reset () |
| std::string | GetDatabasePath () const |
| std::string | GetImagePath () const |
| void | SetDatabasePath (const std::string &path) |
| void | SetImagePath (const std::string &path) |
Definition at line 18 of file project_widget.h.
| colmap::ProjectWidget::ProjectWidget | ( | QWidget * | parent, |
| OptionManager * | options | ||
| ) |
Definition at line 38 of file project_widget.cc.
| std::string colmap::ProjectWidget::GetDatabasePath | ( | ) | const |
Definition at line 90 of file project_widget.cc.
Referenced by IsValid().
| std::string colmap::ProjectWidget::GetImagePath | ( | ) | const |
Definition at line 94 of file project_widget.cc.
Referenced by IsValid().
| bool colmap::ProjectWidget::IsValid | ( | ) | const |
Definition at line 80 of file project_widget.cc.
References colmap::ExistsDir(), GetDatabasePath(), GetImagePath(), and colmap::GetParentDir().
Referenced by colmap::MainWindow::closeEvent().
| void colmap::ProjectWidget::Reset | ( | ) |
Definition at line 85 of file project_widget.cc.
| void colmap::ProjectWidget::SetDatabasePath | ( | const std::string & | path | ) |
Definition at line 98 of file project_widget.cc.
References cloudViewer::t::geometry::path.
| void colmap::ProjectWidget::SetImagePath | ( | const std::string & | path | ) |
Definition at line 102 of file project_widget.cc.
References cloudViewer::t::geometry::path.