Uses of Class
hdf.hdf5lib.structs.H5G_info_t
Packages that use H5G_info_t
-
Uses of H5G_info_t in hdf.hdf5lib
Methods in hdf.hdf5lib that return H5G_info_tModifier and TypeMethodDescriptionstatic H5G_info_t
H5.H5Gget_info
(long group_id) H5Gget_info retrieves information about the group specified by group_id.static H5G_info_t
H5.H5Gget_info_by_idx
(long group_id, String group_name, int idx_type, int order, long n, long lapl_id) H5Gget_info_by_idx retrieves information about a group, according to the group's position within an index.static H5G_info_t
H5.H5Gget_info_by_name
(long group_id, String name, long lapl_id) H5Gget_info_by_name retrieves information about the group group_name located in the file or group specified by loc_id.