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

Method prepared

io/TIndexReader.cpp:349–353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347}
348
349void TIndexReader::prepared(PointTableRef table)
350{
351 m_merge.prepare(table);
352 m_merge.setLog(log());
353}
354
355void TIndexReader::ready(PointTableRef table)
356{

Callers

nothing calls this directly

Calls 3

logFunction · 0.50
prepareMethod · 0.45
setLogMethod · 0.45

Tested by

no test coverage detected