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

Method addDimensions

io/MemoryViewReader.cpp:107–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105
106
107void MemoryViewReader::addDimensions(PointLayoutPtr layout)
108{
109 for (auto& f : m_fields)
110 f.m_id = layout->registerOrAssignDim(f.m_name, f.m_type);
111}
112
113
114void MemoryViewReader::initialize()

Callers

nothing calls this directly

Calls 1

registerOrAssignDimMethod · 0.80

Tested by

no test coverage detected