ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
colmap::ProjectWidget Class Reference

#include <project_widget.h>

Inheritance diagram for colmap::ProjectWidget:
Collaboration diagram for colmap::ProjectWidget:

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)
 

Detailed Description

Definition at line 18 of file project_widget.h.

Constructor & Destructor Documentation

◆ ProjectWidget()

colmap::ProjectWidget::ProjectWidget ( QWidget *  parent,
OptionManager options 
)

Definition at line 38 of file project_widget.cc.

Member Function Documentation

◆ GetDatabasePath()

std::string colmap::ProjectWidget::GetDatabasePath ( ) const

Definition at line 90 of file project_widget.cc.

Referenced by IsValid().

◆ GetImagePath()

std::string colmap::ProjectWidget::GetImagePath ( ) const

Definition at line 94 of file project_widget.cc.

Referenced by IsValid().

◆ IsValid()

bool colmap::ProjectWidget::IsValid ( ) const

◆ Reset()

void colmap::ProjectWidget::Reset ( )

Definition at line 85 of file project_widget.cc.

◆ SetDatabasePath()

void colmap::ProjectWidget::SetDatabasePath ( const std::string &  path)

Definition at line 98 of file project_widget.cc.

References cloudViewer::t::geometry::path.

◆ SetImagePath()

void colmap::ProjectWidget::SetImagePath ( const std::string &  path)

Definition at line 102 of file project_widget.cc.

References cloudViewer::t::geometry::path.


The documentation for this class was generated from the following files: