Refines a hyperslab selection with an operation, using a second hyperslab to modify it
Procedure:
H5S_MODIFY_SELECT ( space1_id, op, space2_id )
Signature:
herr_t H5Smodify_select ( hid_t space1_id, H5S_seloper_t op, hid_t space2_id )
Parameters:
hid_t space1_id | IN/OUT: First Dataspace identifier |
H5S_seloper_t op | IN: Selection operation |
hid_t space2_id | IN: Second Dataspace identifier |
Description:
H5S_MODIFY_SELECT refines an existing hyperslab selection space1_id
with an operation op
, using a second hyperslab space2_id
The first selection is modified to contain the result of space1_id
operated on by space2_id
.
Returns:
Non-negative on success/Negative 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:
Release | Change |
---|
1.10.7, 1.12.0 | Function introduced in this release. |
--- Last Modified: September 15, 2020 | 02:35 PM