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

Method Hdf5ColumnData

plugins/icebridge/io/Hdf5Handler.hpp:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 struct Hdf5ColumnData
52 {
53 Hdf5ColumnData(const std::string& name, const H5::PredType predType)
54 : name(name)
55 , predType(predType)
56 { }
57
58 const std::string name;
59 const H5::PredType predType;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected