<pre><code class="language-c">Replace this text with the C function signature</code></pre>
<pre><code class="language-fortran">Replace this text with the Fortran function signature</code></pre>
Parameters:
hid_tsrc_space_id
IN: Selection that is mapped to dst_space_id, and intersected with src_intersect_space_id
hid_tdst_space_id
IN: Selection that is mapped to src_space_id
hid_tsrc_intersect_space_id
IN: Selection whose intersection with src_space_id is projected to dst_space_id to obtain the result
Description:
H5S_SELECT_PROJECT_INTERSECTION computes the intersection between two dataspace selections and projects that intersection into a third selection.This can be useful for VOL developers to implement chunked or virtual datasets.
Returns:
A dataspace with a selection equal to the intersection of src_intersect_space_id and src_space_id projected from src_space to dst_space on success, negative on failure.