|  | HDF5
    1.15.0.a71c683
    API Reference | 
Information class for link callback for H5Diterate.
 Inheritance diagram for H5D_iterate_cb:
 Inheritance diagram for H5D_iterate_cb: Collaboration diagram for H5D_iterate_cb:
 Collaboration diagram for H5D_iterate_cb:| 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 |