Creates a dataspace selection iterator for a dataspace's selection
Procedure:
H5S_SEL_ITER_CREATE ( space_id, elmt_size, flags )
Signature:
hid_t H5Ssel_iter_create ( hid_t space_id, size_t elmt_size, unsigned flags )
Parameters:
hid_t space_id | IN: Identifier of the dataspace with selection to iterate over |
size_t elmt_size | IN: Size of element in the selection |
unsigned flags | IN: Selection iterator flag |
Description:
H5S_SEL_ITER_CREATE creates a selection iterator and initializes it to start at the first element selected in the dataspace.
Returns:
Valid dataspace selection iterator ID on success, 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:
Release | Change |
---|
1.12.0 | Function introduced in this release. |
--- Last Modified: December 16, 2019 | 02:25 PM