ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
ecvPointListPickingDlg.cpp File Reference
#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>
Include dependency graph for ecvPointListPickingDlg.cpp:

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 #"
 

Variable Documentation

◆ s_defaultLabelBaseName

const char s_defaultLabelBaseName[] = "Point #"
static

Definition at line 42 of file ecvPointListPickingDlg.cpp.

Referenced by ccPointListPickingDlg::updateList().

◆ s_pickedPointContainerName

const char s_pickedPointContainerName[] = "Picked points list"
static

◆ s_pickedPointsStartIndex

unsigned s_pickedPointsStartIndex = 0
static

◆ s_showGlobalCoordsCheckBoxChecked

bool s_showGlobalCoordsCheckBoxChecked = false
static