summaryrefslogtreecommitdiffstats
path: root/doxygen/examples/high_level_menu.md
blob: d209bf454306063aa821615ea40a326bca027ac1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<b>High-level library</b>
<br />
The high-level HDF5 library includes several sets of convenience and standard-use APIs to 
facilitate common HDF5 operations.

- @ref H5LT
<br />
Functions to simplify creating and manipulating datasets, attributes and other features

- @ref H5IM
<br />
Creating and manipulating HDF5 datasets intended to be interpreted as images

- @ref H5TB
<br />
Creating and manipulating HDF5 datasets intended to be interpreted as tables

- @ref H5PT
<br />
Creating and manipulating HDF5 datasets to support append- and read-only operations on table data

- @ref H5DS
<br />
Creating and manipulating HDF5 datasets that are associated with the dimension of another HDF5 dataset

- @ref H5DO
<br />
Bypassing default HDF5 behavior in order to optimize for specific use cases

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