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

Method prepared

io/StacReader.cpp:554–558  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

552
553
554void StacReader::prepared(PointTableRef table)
555{
556 m_p->m_merge.prepare(table);
557 m_p->m_merge.setLog(log());
558}
559
560
561void StacReader::ready(PointTableRef table)

Callers

nothing calls this directly

Calls 3

logFunction · 0.50
prepareMethod · 0.45
setLogMethod · 0.45

Tested by

no test coverage detected