Combine two hyperslab selections with an operation, returning a dataspace with the resulting selection
Procedure:
H5S_COMBINE_SELECT ( space1_id, op, space2_id )
Signature:
hid_t H5Scombine_select ( hid_t space1_id, H5S_seloper_t op, hid_t space2_id )
Parameters:
hid_t space1_id | IN: First dataspace identifier |
H5S_seloper_t op | IN: Selection operation |
hid_t space2_id | IN: Second dataspace identifier |
Description:
H5S_COMBINE_SELECT combines two hyperslab selections space1_d
and space2_id
with an operation, returning a new dataspace with the resulting selection. The dataspace extent from space1_id
is copied for the dataspace extent of the newly created dataspace.
Returns:
Dataspace identifier on success and 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.10.7, 1.12.0 | Function introduced in this release |
--- Last Modified: September 15, 2020 | 02:34 PM