Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
155
void SbetReader::seek(PointId idx)
156
{
157
m_private->stream->seek(idx * sizeof(double) * sbet::fileDimensions().size());
158
}
159
160
void SbetReader::done(PointTableRef table)
161
{
Callers
15
dump
Method · 0.45
read
Method · 0.45
ready
Method · 0.45
done
Method · 0.45
doneFile
Method · 0.45
ready
Method · 0.45
initialize
Method · 0.45
ready
Method · 0.45
ready
Method · 0.45
initialize
Method · 0.45
ready
Method · 0.45
readDimMajor
Method · 0.45
Calls
2
fileDimensions
Function · 0.85
size
Method · 0.45
Tested by
1
TEST
Function · 0.36