H5Scombine_hyperslab
fn
hid_t H5Scombine_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)Combines a hyperslab with an existing dataspace selection.
Parameters
space_id | Dataspace identifier |
op | Selection operation |
start | Starting coordinates |
stride | Stride values (can be null) |
count | Number of blocks |
block | Block sizes (can be null) |
Returns
A new dataspace identifier on success, or H5I_INVALID_HID on failure.