HDF5 1.14.5
API Reference
|
Information class for link callback for H5Diterate.
Public Member Functions | |
int | callback (byte[] elem, long elem_type, int ndim, long[] point, H5D_iterate_t op_data) |
int callback | ( | byte[] | elem, |
long | elem_type, | ||
int | ndim, | ||
long[] | point, | ||
H5D_iterate_t | op_data | ||
) |
application callback for each dataset element
elem | the pointer to the element in memory containing the current point |
elem_type | the datatype ID for the elements stored in elem |
ndim | the number of dimensions for POINT array |
point | the array containing the location of the element within the original dataspace |
op_data | the operator data passed in to H5Diterate |