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


Public Member Functions | |
| ReconstructionWidget (MainWindow *app) | |
| void | ImportReconstruction (const std::string &path) |
| void | close () |
| void | release () |
| void | iniEnvironment () |
| void | showLog () |
| void | hideLog () |
| QDockWidget * | getLogWidget () |
| std::vector< QMenu * > & | getReconstructionMenus () |
| std::vector< QToolBar * > & | getReconstructionToolbars () |
| QLabel * | getTimerStatusBar () |
| QLabel * | getImageStatusBar () |
Definition at line 45 of file ReconstructionWidget.h.
|
explicit |
Definition at line 23 of file ReconstructionWidget.cpp.
References hideLog(), and iniEnvironment().
| void cloudViewer::ReconstructionWidget::close | ( | ) |
Definition at line 111 of file ReconstructionWidget.cpp.
References cloudViewer::ProjectWidget::IsValid().
Referenced by release().
|
inline |
Definition at line 67 of file ReconstructionWidget.h.
References cloudViewer::ModelViewerWidget::statusbar_status_label.
|
inline |
Definition at line 60 of file ReconstructionWidget.h.
|
inline |
Definition at line 61 of file ReconstructionWidget.h.
|
inline |
Definition at line 62 of file ReconstructionWidget.h.
|
inline |
Definition at line 66 of file ReconstructionWidget.h.
| void cloudViewer::ReconstructionWidget::hideLog | ( | ) |
Definition at line 1309 of file ReconstructionWidget.cpp.
Referenced by ReconstructionWidget().
| void cloudViewer::ReconstructionWidget::ImportReconstruction | ( | const std::string & | path | ) |
Definition at line 104 of file ReconstructionWidget.cpp.
References cloudViewer::t::geometry::path, cloudViewer::ReconstructionManagerWidget::SelectReconstruction(), and cloudViewer::ReconstructionManagerWidget::Update().
| void cloudViewer::ReconstructionWidget::iniEnvironment | ( | ) |
Definition at line 45 of file ReconstructionWidget.cpp.
References CVTools::FromQString(), cloudViewer::utility::filesystem::JoinPaths(), cloudViewer::ProjectWidget::SetDatabasePath(), and cloudViewer::ProjectWidget::SetImagePath().
Referenced by ReconstructionWidget().
| void cloudViewer::ReconstructionWidget::release | ( | ) |
Definition at line 134 of file ReconstructionWidget.cpp.
References close(), and cloudViewer::ModelViewerWidget::Release().
| void cloudViewer::ReconstructionWidget::showLog | ( | ) |
Definition at line 1302 of file ReconstructionWidget.cpp.