MCPcopy Create free account
hub / github.com/PDAL/PDAL / neighbors

Method neighbors

pdal/KDIndex.cpp:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81PointIdList KD2Index::neighbors(double x, double y, point_count_t k) const
82{
83 return m_impl->neighbors(x, y, k);
84}
85
86PointIdList KD2Index::neighbors(PointId idx, point_count_t k) const
87{

Callers 14

TESTFunction · 0.45
filterMethod · 0.45
filterMethod · 0.45
knnfillMethod · 0.45
setDimensionalityMethod · 0.45
setMiniballMethod · 0.45
filterMethod · 0.45
setPlaneFitMethod · 0.45
doOneNoDomainMethod · 0.45
setReciprocityMethod · 0.45
computeMethod · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36