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

Method knnSearch

pdal/KDIndex.cpp:102–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102void KD2Index::knnSearch(double x, double y, point_count_t k,
103 PointIdList *indices, std::vector<double> *sqr_dists) const
104{
105 m_impl->knnSearch(x, y, k, indices, sqr_dists);
106}
107
108void KD2Index::knnSearch(PointId idx, point_count_t k, PointIdList *indices,
109 std::vector<double> *sqr_dists) const

Callers 14

filterMethod · 0.45
filterMethod · 0.45
filterMethod · 0.45
filterMethod · 0.45
filterMethod · 0.45
icpMethod · 0.45
processGroundMethod · 0.45
processStatisticalMethod · 0.45
filterMethod · 0.45
farthestPointSamplingFunction · 0.45
teaserMethod · 0.45
computeHausdorffFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected