changes.mady.by.user Barbara Jones
Saved on Oct 01, 2020
Resets a dataspace selection iterator back to an initial state
H5S_SEL_ITER_RESET (sel_iter_id, space_id)
<pre><code class="language-c">herr_t H5Ssel_iter_reset ( hid_t sel_iter_id, hid_t space_id )</code></pre>
<pre><code class="language-fortran">Replace this text with the Fortran function signature</code></pre>
sel_iter_id
IN: ID of the dataspace selection iterator to reset
space_id
IN: ID of the dataspace with selection to iterate over
H5S_SEL_ITER_RESET resets a dataspace selection iterator back to an initial state so that the iterator may be used for iteration once again.
Non-negative on success / Negative on failure