Checks if two selections are the same shape
Procedure:
H5S_SELECT_SHAPE_SAME ( space1_id, space2_id )
Signature:
htri_t H5Sselect_shape_same ( hid_t space1_id, hid_t space2_id )
Parameters:
hid_t space1_id | IN: Identifier of 1st dataspace pointer to compare |
hid_t space2_id | IN: Identifier of 2nd dataspace pointer to compare |
Description:
H5S_SELECT_SHAPE_SAME checks to see if the current selection in the dataspaces are the same dimensionality and shape.
This is primarily used for reading the entire selection in one swoop.
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:
Release | Change |
---|
1.10.7, 1.12.0 | Function introduced in this release. |
--- Last Modified: September 15, 2020 | 02:37 PM