Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LAStools/LAStools
/ set_depth_limit
Method
set_depth_limit
LASlib/src/lascopc.cpp:326–330 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
324
}
325
326
void COPCindex::set_depth_limit(const I32 depth)
327
{
328
q_depth = (depth < 0) ? max_depth : depth;
329
query_intervals();
330
}
331
332
void COPCindex::set_resolution(const F64 resolution)
333
{
Callers
1
inside_copc_depth
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected