Uses of Interface
hdf.hdf5lib.callbacks.H5O_iterate_t
-
Packages that use H5O_iterate_t Package Description hdf.hdf5lib -
-
Uses of H5O_iterate_t in hdf.hdf5lib
Methods in hdf.hdf5lib with parameters of type H5O_iterate_t Modifier and Type Method Description static int
H5. H5Ovisit(long obj_id, int idx_type, int order, H5O_iterate_t op, H5O_iterate_opdata_t op_data)
static int
H5. H5Ovisit(long obj_id, int idx_type, int order, H5O_iterate_t op, H5O_iterate_opdata_t op_data, int fields)
static int
H5. H5Ovisit_by_name(long loc_id, String obj_name, int idx_type, int order, H5O_iterate_t op, H5O_iterate_opdata_t op_data, int fields, long lapl_id)
static int
H5. H5Ovisit_by_name(long loc_id, String obj_name, int idx_type, int order, H5O_iterate_t op, H5O_iterate_opdata_t op_data, long lapl_id)
-