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

Method seek

LASlib/src/lasreader_las.cpp:1486–1500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1484}
1485
1486BOOL LASreaderLAS::seek(const I64 p_index)
1487{
1488 if (reader)
1489 {
1490 if (p_index < npoints)
1491 {
1492 if (reader->seek((U32)p_idx, (U32)p_index))
1493 {
1494 p_idx = p_index;
1495 return TRUE;
1496 }
1497 }
1498 }
1499 return FALSE;
1500}
1501
1502BOOL LASreaderLAS::read_point_default()
1503{

Callers 11

seek_nextMethod · 0.45
openMethod · 0.45
reopenMethod · 0.45
update_headerMethod · 0.45
closeMethod · 0.45
openMethod · 0.45
read_waveformMethod · 0.45
closeMethod · 0.45
closeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected