H5Sget_select_hyper_blocklist
fn
herr_t H5Sget_select_hyper_blocklist(hid_t spaceid, hsize_t startblock,
hsize_t numblocks, hsize_t * buf)Gets the hyperslab block list.
Parameters
spaceid | Dataspace identifier |
startblock | Starting block index |
numblocks | Number of blocks to retrieve |
buf | Buffer to receive block coordinates |
Returns
Non-negative on success, negative on failure.