hdf5/doxygen/examples/menus/fortran_menu.md
2022-09-26 22:49:29 -05:00

1.9 KiB

Fortran Library

  • @ref FH5A "Attributes (H5A)"
    HDF5 attribute is a small metadata object describing the nature and/or intended usage of a primary data object.

  • @ref FH5D "Datasets (H5D)"
    Manage HDF5 datasets, including the transfer of data between memory and disk and the description of dataset properties.

  • @ref FH5S "Dataspaces (H5S)"
    HDF5 dataspaces describe the shape of datasets in memory or in HDF5 files.

  • @ref FH5T "Datatypes (H5T)"
    HDF5 datatypes describe the element type of HDF5 datasets and attributes.

  • @ref FH5E "Error Handling (H5E)"
    HDF5 library error reporting.

  • @ref FH5F "Files (H5F)"
    Manage HDF5 files.

  • @ref FH5Z "Filters (H5Z)"
    Manage HDF5 user-defined filters

  • @ref FH5G "Groups (H5G)"
    Manage HDF5 groups.

  • @ref FH5I "Identifiers (H5I)"
    Manage identifiers defined by the HDF5 library.

  • @ref FH5 "Library General (H5)"
    Manage the life cycle of HDF5 library instances.

  • @ref FH5L "Links (H5L)"
    Manage HDF5 links and link types.

  • @ref FH5O "Objects (H5O)"
    Manage HDF5 objects (groups, datasets, datatype objects).

  • @ref FH5P "Property Lists (H5P)"
    HDF5 property lists are the main vehicle to configure the behavior of HDF5 API functions.

  • @ref FH5R "References (H5R)"
    Manage HDF5 references (HDF5 objects, attributes, and selections on datasets a.k.a. dataset regions).

  • @ref FH5LT "High Level Lite (H5LT)"
    Functions to simplify creating and manipulating datasets, attributes and other features

  • @ref FH5IM "High Level Image (H5IM)"
    Creating and manipulating HDF5 datasets intended to be interpreted as images

  • @ref FH5TB "High Level Table (H5TB)"
    Creating and manipulating HDF5 datasets intended to be interpreted as tables

  • @ref FH5DS "High Level Dimension Scale (H5DS)"
    Creating and manipulating HDF5 datasets that are associated with the dimension of another HDF5 dataset