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

Method readyTable

io/LasWriter.cpp:321–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319
320
321void LasWriter::readyTable(PointTableRef table)
322{
323 m_firstPoint = true;
324 m_forwardMetadata = table.privateMetadata("lasforward");
325 MetadataNode m = table.metadata();
326 if(d->opts.writePDALMetadata)
327 {
328 addMetadataVlr(m);
329 addPipelineVlr();
330 }
331 addExtraBytesVlr();
332 addUserVlrs(m);
333 addForwardVlrs();
334}
335
336
337void LasWriter::readyFile(const std::string& filename, const SpatialReference& srs)

Callers

nothing calls this directly

Calls 1

privateMetadataMethod · 0.80

Tested by

no test coverage detected