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

Method is_standard

LASzip/src/laszip.cpp:696–699  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

694}
695
696bool LASzip::is_standard(U8* point_type, U16* record_length)
697{
698 return is_standard(num_items, items, point_type, record_length);
699}
700
701bool LASzip::is_standard(const U16 num_items, const LASitem* items, U8* point_type, U16* record_length)
702{

Callers 1

openMethod · 0.80

Calls 1

is_typeMethod · 0.80

Tested by

no test coverage detected