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


Public Member Functions | |
| ReconstructionManagerWidget (QWidget *parent, const colmap::ReconstructionManager *reconstruction_manager) | |
| void | Update () |
| size_t | SelectedReconstructionIdx () const |
| void | SelectReconstruction (const size_t idx) |
Static Public Attributes | |
| static const size_t | kNewestReconstructionIdx |
Definition at line 17 of file ReconstructionManagerWidget.h.
| cloudViewer::ReconstructionManagerWidget::ReconstructionManagerWidget | ( | QWidget * | parent, |
| const colmap::ReconstructionManager * | reconstruction_manager | ||
| ) |
Definition at line 19 of file ReconstructionManagerWidget.cpp.
| size_t cloudViewer::ReconstructionManagerWidget::SelectedReconstructionIdx | ( | ) | const |
Definition at line 65 of file ReconstructionManagerWidget.cpp.
References kNewestReconstructionIdx.
| void cloudViewer::ReconstructionManagerWidget::SelectReconstruction | ( | const size_t | idx | ) |
Definition at line 77 of file ReconstructionManagerWidget.cpp.
Referenced by cloudViewer::ReconstructionWidget::ImportReconstruction().
| void cloudViewer::ReconstructionManagerWidget::Update | ( | ) |
Definition at line 28 of file ReconstructionManagerWidget.cpp.
References max().
Referenced by cloudViewer::ReconstructionWidget::ImportReconstruction(), and cloudViewer::AutomaticReconstructionWidget::Run().
|
static |
Definition at line 19 of file ReconstructionManagerWidget.h.
Referenced by SelectedReconstructionIdx().