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

Method addDimensions

io/PtsReader.cpp:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105
106
107void PtsReader::addDimensions(PointLayoutPtr layout)
108{
109 layout->registerDims(m_dims);
110}
111
112
113void PtsReader::ready(PointTableRef table)

Callers

nothing calls this directly

Calls 1

registerDimsMethod · 0.80

Tested by

no test coverage detected