| 105 | |
| 106 | |
| 107 | void 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 | |
| 114 | void MemoryViewReader::initialize() |
nothing calls this directly
no test coverage detected