The H5S_SELECT_ELEMENTS procedure selects array elements to be included in the selection for a dataspace.
H5S_SELECT_ELEMENTS, Dataspace_id, Coordinates , /RESET
An integer representing the dataspace's identifier on which to set the selection.
An m-element vector, or an (m x n) array, where m is the number of dimensions (or rank) of the dataspace, and n is the number of selected points. Each row contains the coordinates for an element selection point.
Set this keyword to replace the existing selection with the new Coordinates. The default is RESET = 0 which adds the new selection to the existing selection.
| Note |
Introduced 5.6
H5S_GET_SELECT_ELEM_NPOINTS, H5S_GET_SELECT_ELEM_POINTLIST, H5S_GET_SELECT_NPOINTS, H5S_SELECT_HYPERSLAB