- Core Library — The main HDF5 library includes low-level APIs to provide user applications with fine-grained control of HDF5 functionality.
- Library — General purpose library functions
- Attributes — Creating and manipulating HDF5 attributes
- Datasets — Creating and manipulating scientific datasets
- Error Handling — Functions for handling errors that occur within HDF5
- Files — Creating and manipulating HDF5 files
- Groups — Creating and manipulating groups of objects inside an HDF5 file
- Identifiers — Manipulating object identifiers and object names
- Links — Creating and manipulating links within an HDF5 group
- Objects — Manipulating objects in an HDF5 file
- Property Lists — Creating and manipulating property lists to control HDF5 library behavior
- Plugins — Programmatically controlling dynamically loaded plugins
- References — Creating and manipulating references to specific objects and data regions in an HDF5 file
- Dataspaces — Creating and manipulating dataspaces in which to store elements of a dataset
- Datatypes — Creating and manipulating datatypes which describe elements of a dataset
- Filters — Configuring filters that process data during I/O operation
- High-level Library — The high-level HDF5 library includes several sets of convenience and standard-use APIs to facilitate common HDF5 operations.
- Lite — High-level functions that wrap multiple low-level APIs to perform common operations
- Images — Creating and manipulating HDF5 datasets intended to be interpreted as images
- Tables — Creating and manipulating HDF5 datasets intended to be interpreted as tables
- Packet Tables — Creating and manipulating HDF5 datasets to support append- and read-only operations on table data
- Dimension Scales — Creating and manipulating HDf5 datasets that are associated with the dimension of another HDF5 dataset
- Optimizations — Bypassing default HDF5 behavior in order to optimize for specific use cases
- Extensions — Working with region references, hyperslab selections, and bit-fields
--- Last Modified: December 08, 2017 | 07:47 AM