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

Method HdfReader

plugins/hdf/io/HdfReader.cpp:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58std::string HdfReader::getName() const { return s_info.name; }
59
60HdfReader::HdfReader()
61 : m_hdf5Handler(new hdf5::Handler())
62 { }
63
64
65void HdfReader::addDimensions(PointLayoutPtr layout)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected