| 298 | } |
| 299 | |
| 300 | bool 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 | |
| 308 | bool LASzip::request_compatibility_mode(const U16 requested_compatibility_mode) |
| 309 | { |
no outgoing calls
no test coverage detected