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

Method writeView

io/OGRWriter.cpp:254–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254void OGRWriter::writeView(const PointViewPtr view)
255{
256 m_curCount = 0;
257 PointRef point(*view, 0);
258 for (PointId idx = 0; idx < view->size(); ++idx)
259 {
260 point.setPointId(idx);
261 processOne(point);
262 }
263}
264
265
266bool OGRWriter::processOne(PointRef& point)

Callers

nothing calls this directly

Calls 3

processOneFunction · 0.85
setPointIdMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected