H5Sselect_elements

fnherr_t H5Sselect_elements(hid_t space_id, H5S_seloper_t op, size_t num_elem, const hsize_t * coord)

Selects array elements by coordinate.

Parameters

space_idDataspace identifier
opSelection operation
num_elemNumber of elements to select
coordArray of coordinates (num_elem * rank values)

Returns

Non-negative on success, negative on failure.