H5Sselect_intersect_block
fn
htri_t H5Sselect_intersect_block(hid_t space_id, const hsize_t * start, const hsize_t * end)Determines whether a selection intersects a block.
Parameters
space_id | Dataspace identifier |
start | Starting coordinates of the block |
end | Ending coordinates of the block |
Returns
Positive if intersects, zero if not, negative on failure.