The H5R Interface is strictly experimental at this time;
the interface may change dramatically or support for ragged arrays
may be unavailable in future in releases. As a result, future releases
may be unable to retrieve data stored with this interface.
Do not create any archives using this interface! |
---|
These functions enable the user to store and retrieve data in ragged arrays.
H5Rcreate
(
,
,
)
H5Rcreate
H5Ropen
(
,
,
)
H5Ropen
H5Rclose
(
,
,
)
H5Rclose
H5Rwrite
(
,
,
)
H5Rwrite
Datatype conversion takes place at the time of a read or write and is automatic. See the Data Conversion section of The Data Type Interface (H5T) in the HDF5 User's Guide for a discussion of data conversion, including the range of conversions currently supported by the HDF5 libraries.
H5Rread
(
,
,
)
H5Rread
Datatype conversion takes place at the time of a read or write and is automatic. See the Data Conversion section of The Data Type Interface (H5T) in the HDF5 User's Guide for a discussion of data conversion, including the range of conversions currently supported by the HDF5 libraries.