H5Sselect_hyperslab

fnherr_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_idDataspace identifier
opSelection operation
startStarting coordinates of the hyperslab
strideStride values (can be null for contiguous)
countNumber of blocks in each dimension
blockSize of blocks (can be null for single-element blocks)

Returns

Non-negative on success, negative on failure.