[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Classes

IconTypeDescription
public classH5D
The H5D contains static member function for each of the supported H5D calls of the HDF5 library.
public classH5DataSetId
H5DataSetId uniquely identifies a data set.
public classH5DataSpaceId
H5DataSpaceId uniquely identifies a data space.
public classH5DataTypeId
H5DataTypeId uniquely identifies a data type.
public classH5DcloseException
public classH5DcreateException
public classH5DopenException
public classH5DreadException
public classH5DwriteException
public classH5F
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.
public classH5FcloseException
public classH5FcreateException
public classH5FileId
public classH5FopenException
public classH5G
The H5G contains static member function for each of the supported H5G calls of the HDF5 library.
public classH5GcloseException
public classH5GcreateException
public classH5GopenException
public classH5GroupId
H5GroupId uniquely identifies a group.
public classH5Id
H5Id identifies an H5 object.
base class for all classes that provide hid_t to the unmanaged HDF5 API.
public classH5LocId
H5LocId is the base class for H5FileId and H5GroupId
public classH5PropertyListId
H5PropertyListId uniquely identifies a property list.
public classH5S
The H5S contains static member function for each of the supported H5S calls of the HDF5 library.
public classH5ScloseException
public classH5ScreateSimpleException
public classH5T
The H5D contains static member function for each of the supported H5D calls of the HDF5 library.
public classH5TcloseException
public classH5TcopyException
public classH5TgetSizeException
public classH5TsetOrderException
public classH5TsetSizeException
public classHDFException

Enumerations

IconTypeDescription
public enumerationCreateMode
H5F.CreateMode provides the HDF5 file access modes available when creating a file.
public enumerationH5Type
public enumerationOpenMode
H5F.OpenMode provides the HDF5 file access modes available when opening a file.
public enumerationOrder