The H5S_GET_SELECT_BOUNDS function retrieves the coordinates of the bounding box containing the current dataspace selection.
Result = H5S_GET_SELECT_BOUNDS(Dataspace_id)
Returns an (m x 2) array, where m is the number of dimensions (or rank) of the dataspace. The first row in the array is the starting coordinates of the bounding box, while the second row is the ending coordinates.
An integer representing the dataspace’s identifier to be queried.
None
5.6 |
Introduced |
H5S_GET_SIMPLE_EXTENT_NPOINTS , H5S_GET_SELECT_NPOINTS , H5S_GET_SELECT_ELEM_NPOINTS , H5S_GET_SELECT_HYPER_BLOCKLIST