H5S_SELECT_INTERSECT_BLOCK
Checks if current selection intersects with a block
Procedure:
H5S_SELECT_INTERSECT_BLOCK ( space_id, start, end )
Signature:
htri_t H5Sselect_intersect_block ( hid_t space_id, const hsize_t *start, const hsize_t *end )
Parameters:
const H5S_t *space_id | IN: Dataspace to compare |
const hsize_t *start | IN: Starting coordinate of block |
const hsize_t *end | IN: Opposite ("ending") coordinate of block |
Description:
H5S_SELECT_INTERSECT_BLOCK checks to see if the current selection space_id
in the dataspace intersects with the block specified by start
and end
.
Returns:
Returns a non-negative value if successful; otherwise returns a negative value.
Example:
Include Bitbucket Server for Confluence: File content cannot be shown
Unauthenticated access to this resource is not allowed. Please login to Confluence first.
History:
Release | Change |
---|
1.10.7, 1.12.0 | Function introduced in this release. |
--- Last Modified: September 15, 2020 | 02:36 PM