Page tree

 

JAVA

FORTRAN

C++

C

 

Link

H5S_COMBINE_SELECT

Combine two hyperslab selections with an operation, returning a dataspace with the resulting selection

Procedure:

H5S_COMBINE_SELECT ( space1_id, op, space2_id )

Signature:

hid_t H5Scombine_select ( hid_t space1_id, H5S_seloper_t op, hid_t space2_id )

Parameters:
hid_t space1_id

IN: First dataspace identifier

H5S_seloper_t opIN: Selection operation
hid_t space2_idIN: Second dataspace identifier

Description:

H5S_COMBINE_SELECT combines two hyperslab selections space1_d and space2_id with an operation, returning a new dataspace with the resulting selection. The dataspace extent from space1_id is copied for the dataspace extent of the newly created dataspace.

Returns:

Dataspace identifier on success and H5I_INVALID_HID on failure.

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:34 PM