H5Dscatter

fnherr_t H5Dscatter(H5D_scatter_func_t op, void * op_data, hid_t type_id, hid_t dst_space_id, void * dst_buf)

Scatters data into a selection in a memory buffer.

Parameters

opCallback function that provides source data
op_dataUser data to pass to the callback
type_idDatatype identifier
dst_space_idDataspace describing the destination selection
dst_bufDestination buffer

Returns

Non-negative on success, negative on failure.