| 377 | } |
| 378 | |
| 379 | BOOL LASreader::read_point_inside_depth_copc_indexed() { |
| 380 | while (copc_index->seek_next((LASreader*)this)) { |
| 381 | if (read_point_default()) { |
| 382 | return TRUE; |
| 383 | } |
| 384 | } |
| 385 | return FALSE; |
| 386 | } |
| 387 | |
| 388 | BOOL LASreader::read_point_none() { |
| 389 | return FALSE; |