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

Method read_point_inside_depth_copc_indexed

LASlib/src/lasreader.cpp:379–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

377}
378
379BOOL 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
388BOOL LASreader::read_point_none() {
389 return FALSE;

Callers

nothing calls this directly

Calls 1

seek_nextMethod · 0.45

Tested by

no test coverage detected