Adjusts a selection by subtracting an offset
Procedure:
H5S_SELECT_ADJUST ( space_id, offset )
Signature:
herr_t H5Sselect_adjust (hid_t space_id, const hssize_t *offset )
Parameters:
hid_t space_id | IN: ID of dataspace to adjust |
const hsize_t *offset | IN: Offset to subtract |
Description:
H5S_SELECT_ADJUST shifts a dataspace selection by a specified logical offset within the dataspace extent. This can be useful for VOL developers to implement chunked datasets.
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:35 PM