Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LAStools/LAStools
/ write_point
Method
write_point
LASlib/src/laswriter_las.cpp:922–926 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
920
}
921
922
BOOL LASwriterLAS::write_point(const LASpoint* point)
923
{
924
p_count++;
925
return writer->write(point->point);
926
}
927
928
BOOL LASwriterLAS::chunk()
929
{
Callers
15
main
Function · 0.45
main
Function · 0.45
check_points
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
1
write
Method · 0.45
Tested by
no test coverage detected