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

Method write

io/TextWriter.cpp:312–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310
311
312void TextWriter::write(const PointViewPtr view)
313{
314 PointRef point(*view, 0);
315
316 for (PointId idx = 0; idx < view->size(); ++idx)
317 {
318 point.setPointId(idx);
319 processOne(point);
320 }
321}
322
323
324void TextWriter::done(PointTableRef /*table*/)

Callers

nothing calls this directly

Calls 3

processOneFunction · 0.85
setPointIdMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected