MCPcopy Create free account
hub / github.com/LAStools/LAStools / chunk

Method chunk

LASlib/src/laswriter_las.cpp:928–931  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

926}
927
928BOOL LASwriterLAS::chunk()
929{
930 return writer->chunk();
931}
932
933BOOL LASwriterLAS::update_header(const LASheader* header, BOOL use_inventory, BOOL update_extra_bytes)
934{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected