H5Sget_regular_hyperslab
fn
htri_t H5Sget_regular_hyperslab(hid_t spaceid, hsize_t * start, hsize_t * stride,
hsize_t * count, hsize_t * block)Gets the parameters of a regular hyperslab selection.
Parameters
spaceid | Dataspace identifier |
start | Array to receive starting coordinates |
stride | Array to receive stride values |
count | Array to receive count values |
block | Array to receive block sizes |
Returns
Positive if regular, zero if not, negative on failure.