H5Dset_extent
fn
herr_t H5Dset_extent(hid_t dset_id, const hsize_t * size)Changes the dimensions of a dataset.
Parameters
dset_id | Dataset identifier |
size | Array containing the new size of each dimension |
Returns
Non-negative on success, negative on failure.