H5Sget_simple_extent_dims
fn
int H5Sget_simple_extent_dims(hid_t space_id, hsize_t * dims, hsize_t * maxdims)Gets the dimensions of a dataspace.
Parameters
space_id | Dataspace identifier |
dims | Array to receive current dimension sizes (can be null) |
maxdims | Array to receive maximum dimension sizes (can be null) |
Returns
The number of dimensions on success, negative on failure.