You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<th>Attributes (H5A)</th><td>@ref H5A "C"</td><td>@ref H5::Attribute "C++"</td><td>@ref FH5A "Fortran"</td><td>@ref JH5A "Java"</td><td>HDF5 attribute is a small metadata object describing the nature and/or intended usage of a primary data object.
17
+
<th>Attributes (H5A)</th><td>@ref H5A "C"</td><td style="white-space: nowrap;">@ref H5::Attribute "C++"</td><td>@ref FH5A "Fortran"</td><td>@ref JH5A "Java"</td><td>HDF5 attribute is a small metadata object describing the nature and/or intended usage of a primary data object.
18
18
</td>
19
19
</tr>
20
20
<tr>
21
-
<th>Datasets (H5D)</th><td>@ref H5D "C"</td><td>@ref H5::DataSet "C++"</td><td>@ref FH5D "Fortran"</td><td>@ref JH5D "Java"</td><td>Manage HDF5 datasets, including the transfer of data between memory and disk and the description of dataset properties.
21
+
<th>Datasets (H5D)</th><td>@ref H5D "C"</td><td style="white-space: nowrap;">@ref H5::DataSet "C++"</td><td>@ref FH5D "Fortran"</td><td>@ref JH5D "Java"</td><td>Manage HDF5 datasets, including the transfer of data between memory and disk and the description of dataset properties.
22
22
</td>
23
23
</tr>
24
24
<tr>
25
-
<th>Dataspaces (H5S)</th><td>@ref H5S "C"</td><td>@ref H5::DataSpace "C++"</td><td>@ref FH5S "Fortran"</td><td>@ref JH5S "Java"</td><td>HDF5 dataspaces describe the shape of datasets in memory or in HDF5 files.
25
+
<th>Dataspaces (H5S)</th><td>@ref H5S "C"</td><td style="white-space: nowrap;">@ref H5::DataSpace "C++"</td><td>@ref FH5S "Fortran"</td><td>@ref JH5S "Java"</td><td>HDF5 dataspaces describe the shape of datasets in memory or in HDF5 files.
26
26
</td>
27
27
</tr>
28
28
<tr>
29
-
<th>Datatypes (H5T)</th><td>@ref H5T "C"</td><td>@ref H5::DataType "C++"</td><td>@ref FH5T "Fortran"</td><td>@ref JH5T "Java"</td><td>HDF5 datatypes describe the element type of HDF5 datasets and attributes.
29
+
<th>Datatypes (H5T)</th><td>@ref H5T "C"</td><td style="white-space: nowrap;">@ref H5::DataType "C++"</td><td>@ref FH5T "Fortran"</td><td>@ref JH5T "Java"</td><td>HDF5 datatypes describe the element type of HDF5 datasets and attributes.
<th>Event Set (H5ES)</th><td>@ref H5ES "C"</td><td>"C++"</td><td>@ref FH5ES "Fortran"</td><td>"Java"</td><td>HDF5 event set life cycle used with HDF5 VOL connectors that enable the asynchronous feature in HDF5.
37
+
<th>Event Set (H5ES)</th><td>@ref H5ES "C"</td><td style="white-space: nowrap;">C++</td><td>@ref FH5ES "Fortran"</td><td>Java</td><td>HDF5 event set life cycle used with HDF5 VOL connectors that enable the asynchronous feature in HDF5.
<th>Identifiers (H5I)</th><td>@ref H5I "C"</td><td>@ref H5::IdComponent "C++"</td><td>@ref FH5I "Fortran"</td><td>@ref JH5I "Java"</td><td>Manage identifiers defined by the HDF5 library.
53
+
<th>Identifiers (H5I)</th><td>@ref H5I "C"</td><td style="white-space: nowrap;">@ref H5::IdComponent "C++"</td><td>@ref FH5I "Fortran"</td><td>@ref JH5I "Java"</td><td>Manage identifiers defined by the HDF5 library.
54
54
</td>
55
55
</tr>
56
56
<tr>
57
-
<th>Library General (%H5)</th><td>@ref H5 "C"</td><td>@ref H5::H5Library "C++"</td><td>@ref FH5 "Fortran"</td><td>@ref JH5 "Java"</td><td>Manage the life cycle of HDF5 library instances.
57
+
<th>Library General (%H5)</th><td>@ref H5 "C"</td><td style="white-space: nowrap;">@ref H5::H5Library "C++"</td><td>@ref FH5 "Fortran"</td><td>@ref JH5 "Java"</td><td>Manage the life cycle of HDF5 library instances.
58
58
</td>
59
59
</tr>
60
60
<tr>
61
-
<th>Links (H5L)</th><td>@ref H5L "C"</td><td>"C++"</td><td>@ref FH5L "Fortran"</td><td>@ref JH5L "Java"</td><td>Manage HDF5 links and link types.
61
+
<th>Links (H5L)</th><td>@ref H5L "C"</td><td style="white-space: nowrap;">C++</td><td>@ref FH5L "Fortran"</td><td>@ref JH5L "Java"</td><td>Manage HDF5 links and link types.
<th>Property Lists (H5P)</th><td>@ref H5P "C"</td><td>@ref H5::PropList "C++"</td><td>@ref FH5P "Fortran"</td><td>@ref JH5P "Java"</td><td>HDF5 property lists are the main vehicle to configure the behavior of HDF5 API functions.
69
+
<th>Property Lists (H5P)</th><td>@ref H5P "C"</td><td style="white-space: nowrap;">@ref H5::PropList "C++"</td><td>@ref FH5P "Fortran"</td><td>@ref JH5P "Java"</td><td>HDF5 property lists are the main vehicle to configure the behavior of HDF5 API functions.
70
70
</td>
71
71
</tr>
72
72
<tr>
73
-
<th>Dynamically-loaded Plugins (H5PL)</th><td>@ref H5PL "C"</td><td>"C++"</td><td>"Fortran"</td><td>@ref JH5PL "Java"</td><td>Manage the loading behavior of HDF5 plugins.
73
+
<th>Dynamically-loaded Plugins (H5PL)</th><td>@ref H5PL "C"</td><td style="white-space: nowrap;">C++</td><td>Fortran</td><td>@ref JH5PL "Java"</td><td>Manage the loading behavior of HDF5 plugins.
74
74
</td>
75
75
</tr>
76
76
<tr>
77
-
<th>References (H5R)</th><td>@ref H5R "C"</td><td>"C++"</td><td>@ref FH5R "Fortran"</td><td>@ref JH5R "Java"</td><td>Manage HDF5 references (HDF5 objects, attributes, and selections on datasets a.k.a. dataset regions).
<th>HDF5 Lite APIs (H5LT,H5LD)</th><td>@ref H5LT "C"</td><td>"C++"</td><td>@ref FH5LT "Fortran"</td><td>"Java"</td><td>Functions to simplify creating and manipulating datasets, attributes and other features.
92
+
<th>HDF5 Lite APIs (H5LT,H5LD)</th><td>@ref H5LT "C"</td><td style="white-space: nowrap;">C++</td><td>@ref FH5LT "Fortran"</td><td>Java</td><td>Functions to simplify creating and manipulating datasets, attributes and other features.
90
93
</td>
91
94
</tr>
92
95
<tr>
93
-
<th>HDF5 Images API (H5IM)</th><td>@ref H5IM "C"</td><td>"C++"</td><td>@ref FH5IM "Fortran"</td><td>"Java"</td><td>Creating and manipulating HDF5 datasets intended to be interpreted as images.
96
+
<th>HDF5 Images API (H5IM)</th><td>@ref H5IM "C"</td><td style="white-space: nowrap;">C++</td><td>@ref FH5IM "Fortran"</td><td>Java</td><td>Creating and manipulating HDF5 datasets intended to be interpreted as images.
94
97
</td>
95
98
</tr>
96
99
<tr>
97
-
<th>HDF5 Table APIs (H5TB)</th><td>@ref H5TB "C"</td><td>"C++"</td><td>@ref FH5TB "Fortran"</td><td>"Java"</td><td>Creating and manipulating HDF5 datasets intended to be interpreted as tables.
100
+
<th>HDF5 Table APIs (H5TB)</th><td>@ref H5TB "C"</td><td style="white-space: nowrap;">C++</td><td>@ref FH5TB "Fortran"</td><td>Java</td><td>Creating and manipulating HDF5 datasets intended to be interpreted as tables.
98
101
</td>
99
102
</tr>
100
103
<tr>
101
-
<th>HDF5 Packet Table APIs (H5PT)</th><td>@ref H5PT "C"</td><td>"C++"</td><td>"Fortran"</td><td>"Java"</td><td>Creating and manipulating HDF5 datasets to support append- and read-only operations on table data.
104
+
<th>HDF5 Packet Table APIs (H5PT)</th><td>@ref H5PT "C"</td><td style="white-space: nowrap;">C++</td><td>Fortran</td><td>Java</td><td>Creating and manipulating HDF5 datasets to support append- and read-only operations on table data.
102
105
</td>
103
106
</tr>
104
107
<tr>
105
-
<th>HDF5 Dimension Scales APIs (H5DS)</th><td>@ref H5DS "C"</td><td>"C++"</td><td>@ref FH5DS "Fortran"</td><td>"Java"</td><td>Creating and manipulating HDF5 datasets that are associated with the dimension of another HDF5 dataset.
108
+
<th>HDF5 Dimension Scales APIs (H5DS)</th><td>@ref H5DS "C"</td><td style="white-space: nowrap;">C++</td><td>@ref FH5DS "Fortran"</td><td>Java</td><td>Creating and manipulating HDF5 datasets that are associated with the dimension of another HDF5 dataset.
106
109
</td>
107
110
</tr>
108
111
<tr>
109
-
<th>HDF5 Optimizations APIs (H5DO)</th><td>@ref H5DO "C"</td><td>"C++"</td><td>@ref FH5DO "Fortran"</td><td>"Java"</td><td>Bypassing default HDF5 behavior in order to optimize for specific use cases.
112
+
<th>HDF5 Optimizations APIs (H5DO)</th><td>@ref H5DO "C"</td><td style="white-space: nowrap;">C++</td><td>@ref FH5DO "Fortran"</td><td>Java</td><td>Bypassing default HDF5 behavior in order to optimize for specific use cases.
<divstyle="background:#FFDDDD;font-size:120%;text-align:center;margin:0;padding:5px">Please, help us to better serve our user community by answering the following short survey:<ahref="https://www.hdfgroup.org/website-survey/">https://www.hdfgroup.org/website-survey/</a></div>
26
+
<divstyle="background:#FFDDDD;font-size:120%;text-align:center;margin:0;padding:5px">Help us improve by taking our short survey: <ahref="https://www.hdfgroup.org/website-survey/">https://www.hdfgroup.org/website-survey/</a></div>
0 commit comments