H5Sget_select_elem_pointlist
fn
herr_t H5Sget_select_elem_pointlist(hid_t spaceid, hsize_t startpoint,
hsize_t numpoints, hsize_t * buf)Gets the element point list.
Parameters
spaceid | Dataspace identifier |
startpoint | Starting point index |
numpoints | Number of points to retrieve |
buf | Buffer to receive point coordinates |
Returns
Non-negative on success, negative on failure.