Uses of Class
ncsa.hdf.hdf5lib.structs.H5G_info_t

Packages that use H5G_info_t
ncsa.hdf.hdf5lib   
 

Uses of H5G_info_t in ncsa.hdf.hdf5lib
 

Methods in ncsa.hdf.hdf5lib that return H5G_info_t
static H5G_info_t H5.H5Gget_info_by_idx(int group_id, java.lang.String group_name, int idx_type, int order, long n, int 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(int group_id, java.lang.String name, int lapl_id)
          H5Gget_info_by_name retrieves information about the group group_name located in the file or group specified by loc_id.
static H5G_info_t H5.H5Gget_info(int group_id)
          H5Gget_info retrieves information about the group specified by group_id.