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

Method addDimensions

plugins/icebridge/io/IcebridgeReader.cpp:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89} // unnamed namespace
90
91void IcebridgeReader::addDimensions(PointLayoutPtr layout)
92{
93 layout->registerDims(dimensions());
94}
95
96
97void IcebridgeReader::ready(PointTableRef table)

Callers

nothing calls this directly

Calls 2

dimensionsFunction · 0.85
registerDimsMethod · 0.80

Tested by

no test coverage detected