H5Sselect_intersect_block

fnhtri_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_idDataspace identifier
startStarting coordinates of the block
endEnding coordinates of the block

Returns

Positive if intersects, zero if not, negative on failure.