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