Uses of Interface
hdf.hdf5lib.callbacks.H5A_iterate_t
Packages that use H5A_iterate_t
-
Uses of H5A_iterate_t in hdf.hdf5lib
Methods in hdf.hdf5lib with parameters of type H5A_iterate_tModifier and TypeMethodDescriptionstatic int
H5.H5Aiterate
(long loc_id, int idx_type, int order, long idx, H5A_iterate_cb op, H5A_iterate_t op_data) H5Aiterate2 iterates over the attributes attached to a dataset, named datatype, or group, as specified by obj_id.static int
H5.H5Aiterate_by_name
(long loc_id, String obj_name, int idx_type, int order, long idx, H5A_iterate_cb op, H5A_iterate_t op_data, long lapl_id) H5Aiterate_by_name iterates over the attributes attached to the dataset or group specified with loc_id and obj_name. -
Uses of H5A_iterate_t in hdf.hdf5lib.callbacks
Methods in hdf.hdf5lib.callbacks with parameters of type H5A_iterate_tModifier and TypeMethodDescriptionint
H5A_iterate_cb.callback
(long group, String name, H5A_info_t info, H5A_iterate_t op_data)