Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LAStools/LAStools
/ get_intervals
Method
get_intervals
LASzip/src/lasindex.cpp:244–248 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
242
}
243
244
BOOL LASindex::get_intervals()
245
{
246
have_interval = FALSE;
247
return interval->get_merged_cell();
248
}
249
250
BOOL LASindex::has_intervals()
251
{
Callers
nothing calls this directly
Calls
1
get_merged_cell
Method · 0.80
Tested by
no test coverage detected