[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Classes
| Icon | Type | Description |
|---|---|---|
| H5D |
The H5D contains static member function for each of the supported
H5D calls of the HDF5 library.
| |
| H5DataSetId | H5DataSetId uniquely identifies a data set. | |
| H5DataSpaceId | H5DataSpaceId uniquely identifies a data space. | |
| H5DataTypeId | H5DataTypeId uniquely identifies a data type. | |
| H5DcloseException | ||
| H5DcreateException | ||
| H5DopenException | ||
| H5DreadException | ||
| H5DwriteException | ||
| H5F |
The H5F contains static member function for each of the supported
H5F calls of the HDF5 library. H5F indicates that this group of
function operates on files.
| |
| H5FcloseException | ||
| H5FcreateException | ||
| H5FileId | ||
| H5FopenException | ||
| H5G |
The H5G contains static member function for each of the supported
H5G calls of the HDF5 library.
| |
| H5GcloseException | ||
| H5GcreateException | ||
| H5GopenException | ||
| H5GroupId | H5GroupId uniquely identifies a group. | |
| H5Id |
H5Id identifies an H5 object.
base class for all classes that provide hid_t to the unmanaged HDF5 API.
| |
| H5LocId |
H5LocId is the base class for H5FileId and H5GroupId
| |
| H5PropertyListId |
H5PropertyListId uniquely identifies a property list.
| |
| H5S |
The H5S contains static member function for each of the supported
H5S calls of the HDF5 library.
| |
| H5ScloseException | ||
| H5ScreateSimpleException | ||
| H5T |
The H5D contains static member function for each of the supported
H5D calls of the HDF5 library.
| |
| H5TcloseException | ||
| H5TcopyException | ||
| H5TgetSizeException | ||
| H5TsetOrderException | ||
| H5TsetSizeException | ||
| HDFException |
Enumerations
| Icon | Type | Description |
|---|---|---|
| CreateMode |
H5F.CreateMode provides the HDF5 file access modes available
when creating a file.
| |
| H5Type | ||
| OpenMode |
H5F.OpenMode provides the HDF5 file access modes available
when opening a file.
| |
| Order |