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

Method radius

pdal/KDIndex.cpp:126–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126PointIdList KD2Index::radius(double x, double y, double r) const
127{
128 return m_impl->radius(x, y, r);
129}
130
131void KD2Index::radius(double x, double y, double r, KD2Index::RadiusResults& result) const
132{

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36