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