![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|

Public Member Functions | |
| Candidate () | |
| Candidate (ccKdTree::Leaf *l) | |
Public Attributes | |
| ccKdTree::Leaf * | leaf |
| PointCoordinateType | dist |
| PointCoordinateType | radius |
| CCVector3 | centroid |
Definition at line 31 of file kdTreeForFacetExtraction.cpp.
|
inline |
Definition at line 37 of file kdTreeForFacetExtraction.cpp.
|
inline |
Definition at line 38 of file kdTreeForFacetExtraction.cpp.
References centroid, cloudViewer::Neighbourhood::computeLargestRadius(), cloudViewer::Neighbourhood::getGravityCenter(), leaf, cloudViewer::TrueKdTree::Leaf::points, and radius.
| CCVector3 Candidate::centroid |
Definition at line 35 of file kdTreeForFacetExtraction.cpp.
Referenced by Candidate().
| PointCoordinateType Candidate::dist |
Definition at line 33 of file kdTreeForFacetExtraction.cpp.
Referenced by CandidateDistAscendingComparison().
| ccKdTree::Leaf* Candidate::leaf |
Definition at line 32 of file kdTreeForFacetExtraction.cpp.
Referenced by Candidate().
| PointCoordinateType Candidate::radius |
Definition at line 34 of file kdTreeForFacetExtraction.cpp.
Referenced by Candidate().