Cloned library HDF5-1.14.1 with extra build files for internal package management.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

837 B

High-level library
The high-level HDF5 library includes several sets of convenience and standard-use APIs to facilitate common HDF5 operations.

  • @ref H5LT
    Functions to simplify creating and manipulating datasets, attributes and other features

  • @ref H5IM
    Creating and manipulating HDF5 datasets intended to be interpreted as images

  • @ref H5TB
    Creating and manipulating HDF5 datasets intended to be interpreted as tables

  • @ref H5PT
    Creating and manipulating HDF5 datasets to support append- and read-only operations on table data

  • @ref H5DS
    Creating and manipulating HDF5 datasets that are associated with the dimension of another HDF5 dataset

  • @ref H5DO
    Bypassing default HDF5 behavior in order to optimize for specific use cases

  • @ref H5LR "Extensions (H5LR, H5LT)"