Page tree

 

JAVA

FORTRAN

C++

C

 

Link

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_idIN: Dataspace to compare
const hsize_t *startIN: Starting coordinate of block
const hsize_t *endIN: 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.

Assumes that start & end block bounds are inclusive, so start == end value is OK.

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:
ReleaseChange
1.10.7, 1.12.0Function introduced in this release.

--- Last Modified: September 15, 2020 | 02:36 PM