H5Diterate

fnherr_t H5Diterate(void * buf, hid_t type_id, hid_t space_id, H5D_operator_t op, void * operator_data)

Iterates over all elements in a dataset.

Parameters

bufBuffer containing the dataset data
type_idDatatype identifier
space_idDataspace identifier
opCallback function
operator_dataUser data to pass to the callback

Returns

The return value of the last callback on success, negative on failure.