Expand description
§Hierarchical Data Format I/O routines
This module provides storage routines for Hierarchical Data Format objects.
§Hierarchical Data Format version 5
§Hierarchical Data Format version 5
In order to use it, the hdf5 library has to be installed, which
means cmake should find it using find_package(HDF5)
.
Modules§
Structs§
- HDF5
- Hierarchical Data Format version 5 interface.
Constants§
- HDF5_
H5_ GETCHUNKDIMS - Get the chunk sizes of a dataset. see also: dsgetsize()
- HDF5_
H5_ GETDIMS - Get the dimension information of a dataset. see also: dsgetsize()
- HDF5_
H5_ GETMAXDIMS - Get the maximum dimension information of a dataset. see also: dsgetsize()
- HDF5_
H5_ NONE - No compression, see also: dscreate()
- HDF5_
H5_ UNLIMITED - The dimension size is unlimited, see also: dscreate()
Traits§
- HDF5
Trait - Mutable methods for crate::hdf::HDF5
- HDF5
Trait Const - Constant methods for crate::hdf::HDF5
Functions§
- open
- Open or create hdf5 file