ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
ecvShiftAndScaleCloudDlg.cpp File Reference
#include "ecvShiftAndScaleCloudDlg.h"
#include <ui_globalShiftAndScaleAboutDlg.h>
#include <ui_globalShiftAndScaleDlg.h>
#include "ecvGlobalShiftManager.h"
#include <QDebug>
#include <QDir>
#include <QFile>
#include <QPushButton>
#include <QStringList>
#include <QTextStream>
#include <QtCompat.h>
#include <CVLog.h>
#include <assert.h>
#include <float.h>
Include dependency graph for ecvShiftAndScaleCloudDlg.cpp:

Go to the source code of this file.

Functions

static QString s_defaultGlobalShiftListFilename ("global_shift_list.txt")
 
bool AlmostEq (double a, double b)
 

Function Documentation

◆ AlmostEq()

bool AlmostEq ( double  a,
double  b 
)

Definition at line 233 of file ecvShiftAndScaleCloudDlg.cpp.

References a.

Referenced by ecvShiftAndScaleCloudDlg::updateGlobalSystem().

◆ s_defaultGlobalShiftListFilename()

static QString s_defaultGlobalShiftListFilename ( "global_shift_list.txt"  )
static