Uses of Interface
hdf.hdf5lib.callbacks.H5L_iterate_t
-
Packages that use H5L_iterate_t Package Description hdf.hdf5lib -
-
Uses of H5L_iterate_t in hdf.hdf5lib
Methods in hdf.hdf5lib with parameters of type H5L_iterate_t Modifier and Type Method Description static int
H5. H5Literate(long grp_id, int idx_type, int order, long idx, H5L_iterate_t op, H5L_iterate_opdata_t op_data)
static int
H5. H5Literate_by_name(long grp_id, String group_name, int idx_type, int order, long idx, H5L_iterate_t op, H5L_iterate_opdata_t op_data, long lapl_id)
static int
H5. H5Lvisit(long grp_id, int idx_type, int order, H5L_iterate_t op, H5L_iterate_opdata_t op_data)
static int
H5. H5Lvisit_by_name(long loc_id, String group_name, int idx_type, int order, H5L_iterate_t op, H5L_iterate_opdata_t op_data, long lapl_id)
-