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: An error occured

Connection to Bitbucket Server could not be established. Verify that you have properly configured the Bitbucket Server application link for your Confluence space and that your Bitbucket Server instance is up and running. Error details: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

History:
ReleaseChange
1.10.7, 1.12.0Function introduced in this release.

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