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

Method processOne

io/GDALReader.cpp:191–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191bool GDALReader::processOne(PointRef& point)
192{
193 return m_blockReader.processOne(point);
194}
195
196
197void GDALReader::done(PointTableRef table)

Callers

nothing calls this directly

Calls 4

pixelToCoordMethod · 0.80
atMethod · 0.80
setFieldMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected