Uses of Class
hdf.hdf5lib.structs.H5A_info_t
Packages that use H5A_info_t
-
Uses of H5A_info_t in hdf.hdf5lib
Methods in hdf.hdf5lib that return H5A_info_tModifier and TypeMethodDescriptionstatic H5A_info_t
H5.H5Aget_info
(long attr_id) H5Aget_info retrieves attribute information, by attribute identifier.static H5A_info_t
H5.H5Aget_info_by_idx
(long loc_id, String obj_name, int idx_type, int order, long n, long lapl_id) H5Aget_info_by_idx Retrieves attribute information, by attribute index position.static H5A_info_t
H5.H5Aget_info_by_name
(long loc_id, String obj_name, String attr_name, long lapl_id) H5Aget_info_by_name Retrieves attribute information, by attribute name. -
Uses of H5A_info_t in hdf.hdf5lib.callbacks
Methods in hdf.hdf5lib.callbacks with parameters of type H5A_info_tModifier and TypeMethodDescriptionint
H5A_iterate_cb.callback
(long group, String name, H5A_info_t info, H5A_iterate_t op_data)