H5Sselect_hyperslab
fn
herr_t H5Sselect_hyperslab(hid_t space_id, H5S_seloper_t op, const hsize_t * start,
const hsize_t * stride, const hsize_t * count, const hsize_t * block)Selects a hyperslab region.
Parameters
space_id | Dataspace identifier |
op | Selection operation |
start | Starting coordinates of the hyperslab |
stride | Stride values (can be null for contiguous) |
count | Number of blocks in each dimension |
block | Size of blocks (can be null for single-element blocks) |
Returns
Non-negative on success, negative on failure.