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

Method ready

io/TerrasolidReader.cpp:134–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132
133
134void TerrasolidReader::ready(PointTableRef)
135{
136 m_istream.reset(new IStream(m_filename));
137 // Skip to the beginning of points.
138 m_istream->seek(56);
139 m_index = 0;
140}
141
142
143point_count_t TerrasolidReader::read(PointViewPtr view, point_count_t count)

Callers

nothing calls this directly

Calls 2

resetMethod · 0.45
seekMethod · 0.45

Tested by

no test coverage detected