Please, help us to better serve our user community by answering the following short survey: https://www.hdfgroup.org/website-survey/
HDF5  1.15.0.68e8c0e
API Reference
 
Loading...
Searching...
No Matches
H5LDpublic.h File Reference

Functions

H5_HLDLL herr_t H5LDget_dset_dims (hid_t did, hsize_t *cur_dims)
 Retrieves the current dimension sizes of a dataset.
 
H5_HLDLL size_t H5LDget_dset_type_size (hid_t did, const char *fields)
 Returns the size in bytes of the dataset's datatype.
 
H5_HLDLL herr_t H5LDget_dset_elmts (hid_t did, const hsize_t *prev_dims, const hsize_t *cur_dims, const char *fields, void *buf)
 Retrieves selected data from the dataset.