H5I_INVALID_HID on failure.
Since: HDF5 1.10.6
hid_t H5Sselect_project_intersection(hid_t src_space_id, hid_t dst_space_id,
hid_t src_intersect_space_id)Projects the intersection of two dataspaces into a third dataspace.
Computes the intersection of the selections of src_space_id and src_intersect_space_id within the extent of src_space_id, then projects that intersection into dst_space_id.
src_space_id | Source dataspace identifier |
dst_space_id | Destination dataspace identifier |
src_intersect_space_id | Source intersect dataspace identifier |
H5I_INVALID_HID on failure.
Since: HDF5 1.10.6