![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include "kdTreeForFacetExtraction.h"#include <GenericProgressCallback.h>#include <ParallelSort.h>#include <ecvPointCloud.h>#include <QApplication>
Go to the source code of this file.
Classes | |
| struct | Candidate |
Functions | |
| static bool | DescendingLeafSizeComparison (const ccKdTree::Leaf *a, const ccKdTree::Leaf *b) |
| static bool | CandidateDistAscendingComparison (const Candidate &a, const Candidate &b) |
Definition at line 47 of file kdTreeForFacetExtraction.cpp.
References Candidate::dist.
Referenced by ccKdTreeForFacetExtraction::FuseCells().
|
static |
Definition at line 26 of file kdTreeForFacetExtraction.cpp.
References cloudViewer::TrueKdTree::Leaf::points, and cloudViewer::ReferenceCloud::size().
Referenced by ccKdTreeForFacetExtraction::FuseCells().