ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
reconstruction_manager_widget.h
Go to the documentation of this file.
1
// ----------------------------------------------------------------------------
2
// - CloudViewer: www.cloudViewer.org -
3
// ----------------------------------------------------------------------------
4
// Copyright (c) 2018-2024 www.cloudViewer.org
5
// SPDX-License-Identifier: MIT
6
// ----------------------------------------------------------------------------
7
8
#pragma once
9
10
#include <QtWidgets>
11
12
#include "
base/reconstruction_manager.h
"
13
14
namespace
colmap
{
15
16
class
ReconstructionManagerWidget
:
public
QComboBox {
17
public
:
18
const
static
size_t
kNewestReconstructionIdx
;
19
20
ReconstructionManagerWidget
(
21
QWidget* parent,
22
const
ReconstructionManager
* reconstruction_manager);
23
24
void
Update
();
25
26
size_t
SelectedReconstructionIdx
()
const
;
27
void
SelectReconstruction
(
const
size_t
idx);
28
29
private
:
30
const
ReconstructionManager
* reconstruction_manager_;
31
};
32
33
}
// namespace colmap
colmap::ReconstructionManagerWidget
Definition:
reconstruction_manager_widget.h:16
colmap::ReconstructionManagerWidget::Update
void Update()
Definition:
reconstruction_manager_widget.cc:50
colmap::ReconstructionManagerWidget::SelectedReconstructionIdx
size_t SelectedReconstructionIdx() const
Definition:
reconstruction_manager_widget.cc:92
colmap::ReconstructionManagerWidget::kNewestReconstructionIdx
static const size_t kNewestReconstructionIdx
Definition:
reconstruction_manager_widget.h:18
colmap::ReconstructionManagerWidget::ReconstructionManagerWidget
ReconstructionManagerWidget(QWidget *parent, const ReconstructionManager *reconstruction_manager)
Definition:
reconstruction_manager_widget.cc:42
colmap::ReconstructionManagerWidget::SelectReconstruction
void SelectReconstruction(const size_t idx)
Definition:
reconstruction_manager_widget.cc:104
colmap::ReconstructionManager
Definition:
reconstruction_manager.h:16
colmap
Definition:
AutomaticReconstructionController.h:17
reconstruction_manager.h
libs
Reconstruction
src
ui
reconstruction_manager_widget.h
Generated on Tue Feb 3 2026 07:12:30 for ACloudViewer by
1.9.1