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

Method seek

io/SbetReader.cpp:155–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153
154
155void SbetReader::seek(PointId idx)
156{
157 m_private->stream->seek(idx * sizeof(double) * sbet::fileDimensions().size());
158}
159
160void SbetReader::done(PointTableRef table)
161{

Callers 15

dumpMethod · 0.45
readMethod · 0.45
readyMethod · 0.45
doneMethod · 0.45
doneFileMethod · 0.45
readyMethod · 0.45
initializeMethod · 0.45
readyMethod · 0.45
readyMethod · 0.45
initializeMethod · 0.45
readyMethod · 0.45
readDimMajorMethod · 0.45

Calls 2

fileDimensionsFunction · 0.85
sizeMethod · 0.45

Tested by 1

TESTFunction · 0.36