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: File content cannot be shown
Unauthenticated access to this resource is not allowed. Please login to Confluence first.
History:
Release | Change |
---|
1.12.0 | Function introduced in this release. |
--- Last Modified: December 16, 2019 | 02:25 PM