Uses of Interface
hdf.hdf5lib.callbacks.H5L_iterate_t
Packages that use H5L_iterate_t
-
Uses of H5L_iterate_t in hdf.hdf5lib
Methods in hdf.hdf5lib with parameters of type H5L_iterate_tModifier and TypeMethodDescriptionstatic int
H5.H5Literate
(long grp_id, int idx_type, int order, long idx, H5L_iterate_cb op, H5L_iterate_t op_data) H5Literate iterates through links in a group.static int
H5.H5Literate_by_name
(long grp_id, String group_name, int idx_type, int order, long idx, H5L_iterate_cb op, H5L_iterate_t op_data, long lapl_id) H5Literate_by_name iterates through links in a group.static int
H5.H5Lvisit
(long grp_id, int idx_type, int order, H5L_iterate_cb op, H5L_iterate_t op_data) H5Lvisit recursively visits all links starting from a specified group.static int
H5.H5Lvisit_by_name
(long loc_id, String group_name, int idx_type, int order, H5L_iterate_cb op, H5L_iterate_t op_data, long lapl_id) H5Lvisit_by_name recursively visits all links starting from a specified group. -
Uses of H5L_iterate_t in hdf.hdf5lib.callbacks
Methods in hdf.hdf5lib.callbacks with parameters of type H5L_iterate_tModifier and TypeMethodDescriptionint
H5L_iterate_cb.callback
(long group, String name, H5L_info_t info, H5L_iterate_t op_data)