The H5S_GET_SELECT_ELEM_POINTLIST function returns a list of the element points in the current dataspace selection.
Result = H5S_GET_SELECT_ELEM_POINTLIST(Dataspace_id [, START=value] [, NUMBER=value] )
The Result is 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.
An integer representing the dataspace’s identifier to be queried.
Set this keyword to an integer representing the point to start with, counting from 0. The default is START = 0.
Set this keyword to an integer representing the number of element points to return. The default is NUMBER = (N - START), where N is the total number of element points in the selection.
5.6 |
Introduced |