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

Method read_point_inside_tile

LASlib/src/lasreader.cpp:321–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319}
320
321BOOL LASreader::read_point_inside_tile() {
322 while (read_point_default()) {
323 if (point.inside_tile(t_ll_x, t_ll_y, t_ur_x, t_ur_y)) return TRUE;
324 }
325 return FALSE;
326}
327
328BOOL LASreader::read_point_inside_tile_indexed() {
329 while (index->seek_next((LASreader*)this)) {

Callers

nothing calls this directly

Calls 1

inside_tileMethod · 0.45

Tested by

no test coverage detected