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

Method l_initialize

pdal/Stage.cpp:407–410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

405
406
407void Stage::l_initialize(PointTableRef table)
408{
409 m_metadata = table.metadata().add(getName());
410}
411
412
413void Stage::l_prepared(PointTableRef table)

Callers 2

prepareMethod · 0.45
initializeMethod · 0.45

Calls 2

getNameFunction · 0.50
addMethod · 0.45

Tested by

no test coverage detected