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

Method seek

LASlib/src/lasreader_qfit.cpp:296–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296BOOL LASreaderQFIT::seek(const I64 p_index)
297{
298 if (p_index < npoints)
299 {
300 p_idx = p_index;
301 return stream->seek(p_index*version+offset);
302 }
303 return FALSE;
304}
305
306BOOL LASreaderQFIT::read_point_default()
307{

Callers 2

openMethod · 0.45
reopenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected