Uses of Interface
hdf.hdf5lib.callbacks.H5O_iterate_opdata_t
-
Packages that use H5O_iterate_opdata_t Package Description hdf.hdf5lib hdf.hdf5lib.callbacks -
-
Uses of H5O_iterate_opdata_t in hdf.hdf5lib
Methods in hdf.hdf5lib with parameters of type H5O_iterate_opdata_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)
-
Uses of H5O_iterate_opdata_t in hdf.hdf5lib.callbacks
Methods in hdf.hdf5lib.callbacks with parameters of type H5O_iterate_opdata_t Modifier and Type Method Description int
H5O_iterate_t. callback(long loc_id, String name, H5O_info_t info, H5O_iterate_opdata_t op_data)
-