Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LASzip/LASzip
/ add
Method
add
src/lasindex.cpp:78–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
}
77
78
BOOL LASindex::add(const F64 x, const F64 y, const U32 p_index)
79
{
80
I32 cell = spatial->get_cell_index(x, y);
81
return interval->add(p_index, cell);
82
}
83
84
void LASindex::complete(U32 minimum_points, I32 maximum_intervals)
85
{
Callers
6
write
Method · 0.45
read
Method · 0.45
write
Method · 0.45
write
Method · 0.45
read
Method · 0.45
read
Method · 0.45
Calls
1
get_cell_index
Method · 0.80
Tested by
no test coverage detected