Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LASzip/LASzip
/ ~LASquadtree
Method
~LASquadtree
src/lasquadtree.cpp:1675–1679 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1673
}
1674
1675
LASquadtree::~LASquadtree()
1676
{
1677
if (current_cells) delete ((my_cell_vector*)current_cells);
1678
if (adaptive) free(adaptive);
1679
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected