Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
126
PointIdList KD2Index::radius(double x, double y, double r) const
127
{
128
return m_impl->radius(x, y, r);
129
}
130
131
void KD2Index::radius(double x, double y, double r, KD2Index::RadiusResults& result) const
132
{
Callers
1
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36