radarlib 1.4.6
|
#include <radarlib/odimh5v20_hdf5.hpp>
Static Public Member Functions | |
static H5::AtomType | fromDataType (const H5::DataType &type) |
Try to cast a generic HDF5 DataType to a AtomType. | |
HDF5Group class.
This is an internal class with methods to perform operations on HDF5 atom types
|
static |
Try to cast a generic HDF5 DataType to a AtomType.
Try to cast a generic HDF5 DataType to a AtomType. This method can be used for example to find the specific type of a HDF5 dataset
type | the HDF5 generic type |
OdimH5Exception | if an unexpected error occurs |
OdimH5UnsupportedException | if the type cannot be converted |