![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include "ecvComparisonDlg.h"#include <QHeaderView>#include <QMessageBox>#include <DgmOctree.h>#include <DistanceComputationTools.h>#include <MeshSamplingTools.h>#include <ScalarField.h>#include <ScalarFieldTools.h>#include <CVLog.h>#include <ecvDisplayTools.h>#include <ecvGenericMesh.h>#include <ecvHObject.h>#include <ecvOctree.h>#include <ecvPointCloud.h>#include <ecvProgressDialog.h>#include "MainWindow.h"#include "ecvCommon.h"#include "ecvHistogramWindow.h"#include <QElapsedTimer>#include <QThreadPool>#include <assert.h>
Go to the source code of this file.
Variables | |
| const unsigned char | DEFAULT_OCTREE_LEVEL = 7 |
| const unsigned char DEFAULT_OCTREE_LEVEL = 7 |
Definition at line 42 of file ecvComparisonDlg.cpp.
Referenced by ccComparisonDlg::computeApproxDistances().