<pre><code class="language-c">Replace this text with the C function signature</code></pre>
HTML Wrap
class
hdf-togglebox hdf-fortran hdf-togglebox-hidden
HTML Add Class
hdf-togglebutton-visible
hdf-togglebutton-visible
selector
.hdf-togglebutton.hdf-fortran
HTML
<pre><code class="language-fortran">Replace this text with the Fortran function signature</code></pre>
Hdf rm anchor
AnchorName
parameters
Parameters:
HTML Wrap
class
hdf-rm-section
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
Hdf rm anchor
AnchorName
description
Description:
HTML Wrap
class
hdf-rm-section
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.
Hdf rm anchor
AnchorName
returns
Returns:
HTML Wrap
class
hdf-rm-section
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.