MCPcopy Create free account
hub / github.com/LASzip/LASzip / check

Method check

src/laszip.cpp:300–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298}
299
300bool LASzip::check(const U16 point_size)
301{
302 if (!check_compressor(compressor)) return false;
303 if (!check_coder(coder)) return false;
304 if (!check_items(num_items, items, point_size)) return false;
305 return true;
306}
307
308bool LASzip::request_compatibility_mode(const U16 requested_compatibility_mode)
309{

Callers 1

laszip_read_headerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected