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

Method addDimensions

plugins/hdf/io/HdfReader.cpp:65–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63
64
65void HdfReader::addDimensions(PointLayoutPtr layout)
66{
67 m_hdf5Handler->setLog(log());
68 m_hdf5Handler->initialize(m_filename, m_pathDimMap);
69
70 for (hdf5::DimInfo& dim : m_hdf5Handler->getDimensions())
71 {
72 dim.setId(layout->registerOrAssignDim(dim.getName(), dim.getPdalType()));
73 }
74}
75
76
77void HdfReader::ready(PointTableRef table)

Callers

nothing calls this directly

Calls 8

registerOrAssignDimMethod · 0.80
getPdalTypeMethod · 0.80
logFunction · 0.50
setLogMethod · 0.45
initializeMethod · 0.45
getDimensionsMethod · 0.45
setIdMethod · 0.45
getNameMethod · 0.45

Tested by

no test coverage detected