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

Method addDimensions

plugins/rxp/io/RxpReader.cpp:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114
115
116void RxpReader::addDimensions(PointLayoutPtr layout)
117{
118 layout->registerDims(getRxpDimensions(m_syncToPps, m_reflectanceAsIntensity));
119}
120
121
122void RxpReader::ready(PointTableRef table)

Callers

nothing calls this directly

Calls 2

getRxpDimensionsFunction · 0.85
registerDimsMethod · 0.80

Tested by

no test coverage detected