HDF5 documents and links
Introduction to HDF5
HDF5 User Guide
In the
HDF5 Reference Manual
H5DS
H5IM
H5LT
H5PT
H5TB
Optimized
H5
H5A
H5D
H5E
H5F
H5G
H5I
H5L
H5O
H5P
H5PL
H5R
H5S
H5T
H5Z
Tools
Datatypes
Fortran
Compatibility Macros
Collective Calls in Parallel
H5G: Group Interface
Group Object API Functions
The Group interface functions create and manipulate groups of objects in an HDF5 file.
In the following lists, italic type indicates a configurable macro.
The C Interfaces:
H5Gcreate
H5Gcreate1
*
H5Gcreate2
H5Gcreate_anon
H5Gopen
H5Gopen1
*
H5Gopen2
H5Gclose
H5Gmove
*
H5Gmove2
*
H5Glink
*
H5Glink2
*
H5Gunlink
*
H5Gset_comment
*
H5Gget_comment
*
H5Gget_info
H5Gget_info_by_name
H5Gget_objinfo
*
H5Gget_num_objs
*
H5Gget_create_plist
H5Gget_linkval
*
H5Giterate
*
H5Gget_info_by_idx
H5Gget_objname_by_idx
*
H5Gget_objtype_by_idx
*
*
Use of these functions is deprecated in Release 1.8.0.
Alphabetical Listing
H5Gclose
H5Gcreate
H5Gcreate1
*
H5Gcreate2
H5Gcreate_anon
H5Gget_comment
*
H5Gget_create_plist
H5Gget_linkval
*
H5Gget_info
H5Gget_info_by_idx
H5Gget_info_by_name
H5Gget_num_objs
*
H5Gget_objinfo
*
H5Gget_objname_by_idx
*
H5Gget_objtype_by_idx
*
H5Giterate
*
H5Glink
*
H5Glink2
*
H5Gmove
*
H5Gmove2
*
H5Gopen
H5Gopen1
*
H5Gopen2
H5Gset_comment
*
H5Gunlink
*
The Fortran Interface:
In general, each Fortran subroutine performs exactly the same task as the corresponding C function.
h5gclose_f
h5gcreate_f
h5gcreate_anon_f
h5gget_comment_f
*
h5gget_create_plist_f
h5gget_linkval_f
*
h5gget_info_f
h5gget_info_by_idx_f
h5gget_info_by_name_f
h5giterate_f
*
h5glink_f
*
h5glink2_f
*
h5gmove_f
*
h5gmove2_f
*
h5gopen_f
h5gset_comment_f
*
h5gunlink_f
*
*
Use of these functions is deprecated in Release 1.8.0.
HDF5 documents and links
Introduction to HDF5
HDF5 User Guide
In the
HDF5 Reference Manual
H5DS
H5IM
H5LT
H5PT
H5TB
Optimized
H5
H5A
H5D
H5E
H5F
H5G
H5I
H5L
H5O
H5P
H5PL
H5R
H5S
H5T
H5Z
Tools
Datatypes
Fortran
Compatibility Macros
Collective Calls in Parallel