| 1320 | } |
| 1321 | |
| 1322 | BOOL LASreaderMerged::inside_copc_depth(const U8 mode, const I32 depth, const F32 resolution) |
| 1323 | { |
| 1324 | if (!header.vlr_copc_info) |
| 1325 | return FALSE; |
| 1326 | |
| 1327 | inside_depth = mode; |
| 1328 | copc_depth = depth; |
| 1329 | copc_resolution = resolution; |
| 1330 | return TRUE; |
| 1331 | } |
| 1332 | |
| 1333 | I32 LASreaderMerged::get_format() const |
| 1334 | { |