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
H5R
H5S
H5T
H5Z
Tools
Datatypes
Fortran
Compatibility Macros
Collective Calls in Parallel
H5O: Object Interface
Object API Functions
The Object interface, H5O, functions manipulate objects in an HDF5 file. This interface is designed to be used in conjunction with the Links interface (H5L).
The C Interfaces:
H5Oopen
H5Oopen_by_idx
H5Oopen_by_addr
H5Olink
H5Oclose
H5Ocopy
H5Ovisit
H5Ovisit_by_name
H5Oset_comment
*
H5Oset_comment_by_name
*
H5Oget_comment
H5Oget_comment_by_name
H5Oexists_by_name
H5Oget_info
H5Oget_info_by_name
H5Oget_info_by_idx
H5Oincr_refcount
H5Odecr_refcount
Struct:
H5O_mcdt_search_cb_t
*
These functions have been deprecated.
Alphabetical Listing
H5O_mcdt_search_cb_t
H5Oclose
H5Ocopy
H5Odecr_refcount
H5Oexists_by_name
H5Oget_comment
H5Oget_comment_by_name
H5Oget_info
H5Oget_info_by_idx
H5Oget_info_by_name
H5Oincr_refcount
H5Olink
H5Oopen
H5Oopen_by_addr
H5Oopen_by_idx
H5Oset_comment
*
H5Oset_comment_by_name
*
H5Ovisit
H5Ovisit_by_name
The Fortran Interface:
In general, each Fortran subroutine performs exactly the same task as the corresponding C function.
h5olink_f
h5oopen_f
h5oopen_by_addr_f
h5oopen_by_idx_f
h5ocopy_f
h5oclose_f
h5ovisit_f
h5ovisit_by_name_f
h5oexists_by_name_f
h5odecr_refcount_f
h5oincr_refcount_f
h5oset_comment_f
h5oset_comment_by_name_f
h5oget_comment_f
h5oget_comment_by_name_f
h5oget_info_f
h5oget_info_by_name_f
h5oget_info_by_idx_f
Fortran2003 Derived Type:
h5o_info_t
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
H5R
H5S
H5T
H5Z
Tools
Datatypes
Fortran
Compatibility Macros
Collective Calls in Parallel