Uses of Interface
hdf.hdf5lib.callbacks.H5D_iterate_t
Packages that use H5D_iterate_t
-
Uses of H5D_iterate_t in hdf.hdf5lib
Methods in hdf.hdf5lib with parameters of type H5D_iterate_tModifier and TypeMethodDescriptionstatic int
H5.H5Diterate
(byte[] buf, long buf_type, long space_id, H5D_iterate_cb op, H5D_iterate_t op_data) H5Diterate iterates over all the data elements in the memory buffer buf, executing the callback function operator once for each such data element. -
Uses of H5D_iterate_t in hdf.hdf5lib.callbacks
Methods in hdf.hdf5lib.callbacks with parameters of type H5D_iterate_tModifier and TypeMethodDescriptionint
H5D_iterate_cb.callback
(byte[] elem, long elem_type, int ndim, long[] point, H5D_iterate_t op_data)