Page tree

 

JAVA

FORTRAN

C++

C

 

Link

H5S_SEL_ITER_RESET

Resets a dataspace selection iterator back to an initial state

Procedure:

H5S_SEL_ITER_RESET (sel_iter_id, space_id)

Signature:

herr_t H5Ssel_iter_reset ( hid_t sel_iter_id, hid_t space_id )

Replace this text with the Fortran function signature

Parameters:
  
hid_t   sel_iter_id

IN: ID of the dataspace selection iterator to reset

hid_t   space_id

IN: ID of the dataspace with selection to  iterate over

Description:

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.

Returns:

Non-negative on success / Negative on failure

Example:

History:
ReleaseChange
1.12.1C function added in this release.

--- Last Modified: October 01, 2020 | 11:45 AM