Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LAStools/LAStools
/ chunk
Method
chunk
LASzip/src/laszipper.cpp:83–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
bool LASzipper::chunk()
84
{
85
if (!writer->chunk()) return return_error(
"chunk() of LASwritePoint failed"
);
86
return true;
87
}
88
89
bool LASzipper::close()
90
{
Callers
3
main
Function · 0.45
write_points_explicit_chunk
Function · 0.45
write_points_explicit_chunk_seek
Function · 0.45
Calls
no outgoing calls
Tested by
2
write_points_explicit_chunk
Function · 0.36
write_points_explicit_chunk_seek
Function · 0.36