ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
kdTreeForFacetExtraction.cpp File Reference
#include "kdTreeForFacetExtraction.h"
#include <GenericProgressCallback.h>
#include <ParallelSort.h>
#include <ecvPointCloud.h>
#include <QApplication>
Include dependency graph for kdTreeForFacetExtraction.cpp:

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)
 

Function Documentation

◆ CandidateDistAscendingComparison()

static bool CandidateDistAscendingComparison ( const Candidate a,
const Candidate b 
)
static

Definition at line 47 of file kdTreeForFacetExtraction.cpp.

References Candidate::dist.

Referenced by ccKdTreeForFacetExtraction::FuseCells().

◆ DescendingLeafSizeComparison()

static bool DescendingLeafSizeComparison ( const ccKdTree::Leaf a,
const ccKdTree::Leaf b 
)
static