Classes | |
struct | H5FileT |
struct | H5DatasetT |
struct | H5DataspaceT |
struct | H5PropertyT |
struct | H5AttributeT |
class | H5Handle |
A somewhat smart HDF5 handle. More... | |
Typedefs | |
typedef H5Handle< H5FileT > | H5Handle_F |
Handle for an HDF5 file. More... | |
typedef H5Handle< H5DatasetT > | H5Handle_D |
Handle for an HDF5 dataset. More... | |
typedef H5Handle< H5DataspaceT > | H5Handle_S |
Handle for an HDF5 dataspace. More... | |
typedef H5Handle< H5PropertyT > | H5Handle_P |
Handle for an HDF5 property list. More... | |
typedef H5Handle< H5AttributeT > | H5Handle_A |
Handle for an HDF5 attribute. More... | |
Handle for an HDF5 attribute.
Definition at line 138 of file H5Utils.hpp.
typedef H5Handle<H5DatasetT> MagAOX::utils::H5Handle_D |
Handle for an HDF5 dataset.
Definition at line 129 of file H5Utils.hpp.
typedef H5Handle<H5FileT> MagAOX::utils::H5Handle_F |
Handle for an HDF5 file.
Definition at line 126 of file H5Utils.hpp.
typedef H5Handle<H5PropertyT> MagAOX::utils::H5Handle_P |
Handle for an HDF5 property list.
Definition at line 135 of file H5Utils.hpp.
Handle for an HDF5 dataspace.
Definition at line 132 of file H5Utils.hpp.