![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include "ecvPointListPickingDlg.h"#include <QApplication>#include <QClipboard>#include <QFileDialog>#include <QMenu>#include <QMessageBox>#include <QSettings>#include <CVConst.h>#include <CVLog.h>#include <ecv2DLabel.h>#include <ecvDisplayTools.h>#include <ecvPointCloud.h>#include <ecvPolyline.h>#include <AsciiFilter.h>#include "MainWindow.h"#include "db_tree/ecvDBRoot.h"#include <assert.h>
Go to the source code of this file.
Variables | |
| static unsigned | s_pickedPointsStartIndex = 0 |
| static bool | s_showGlobalCoordsCheckBoxChecked = false |
| static const char | s_pickedPointContainerName [] = "Picked points list" |
| static const char | s_defaultLabelBaseName [] = "Point #" |
|
static |
Definition at line 42 of file ecvPointListPickingDlg.cpp.
Referenced by ccPointListPickingDlg::updateList().
|
static |
Definition at line 41 of file ecvPointListPickingDlg.cpp.
Referenced by ccPointListPickingDlg::linkWithCloud(), and ccPointListPickingDlg::processPickedPoint().
|
static |
Definition at line 39 of file ecvPointListPickingDlg.cpp.
Referenced by ccPointListPickingDlg::ccPointListPickingDlg(), and ccPointListPickingDlg::startIndexChanged().
|
static |
Definition at line 40 of file ecvPointListPickingDlg.cpp.
Referenced by ccPointListPickingDlg::ccPointListPickingDlg().