Uses of Interface
ncsa.hdf.hdf5lib.callbacks.H5L_iterate_t

Packages that use H5L_iterate_t
ncsa.hdf.hdf5lib   
ncsa.hdf.hdf5lib.callbacks   
 

Uses of H5L_iterate_t in ncsa.hdf.hdf5lib
 

Methods in ncsa.hdf.hdf5lib with parameters of type H5L_iterate_t
static int H5.H5Literate_by_name(int loc_id, java.lang.String group_name, int idx_type, int order, long idx, H5L_iterate_cb op, H5L_iterate_t op_data, int lapl_id)
          H5Literate_by_name iterates through links in a group.
static int H5.H5Literate(int 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.H5Lvisit_by_name(int loc_id, java.lang.String group_name, int idx_type, int order, H5L_iterate_cb op, H5L_iterate_t op_data, int lapl_id)
          H5Lvisit_by_name recursively visits all links starting from a specified group.
static int H5.H5Lvisit(int 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.
 

Uses of H5L_iterate_t in ncsa.hdf.hdf5lib.callbacks
 

Methods in ncsa.hdf.hdf5lib.callbacks with parameters of type H5L_iterate_t
 int H5L_iterate_cb.callback(int group, java.lang.String name, H5L_info_t info, H5L_iterate_t op_data)