Copies a selection from one dataspace to another
Procedure:
H5S_SELECT_COPY ( dst_id, src_id )
Signature:
herr_t H5Sselect_copy ( hid_t dst_id, hid_t src_id )
Parameters:
hid_t dst_id | OUT: Identifier of the destination dataspace |
hid_t src_id | IN: Identifier of the source dataspace |
Description:
H5S_SELECT_COPY copies all selection information (including offset) from the source dataspace src_id
to the destination dataspace dst_id
.
Returns:
Non-negative on success/Negative on failure
Example:
History:
Release | Change |
---|
1.10.7, 1.12.0 | Function introduced in this release. |
--- Last Modified: September 15, 2020 | 02:36 PM