API
MagAOX::utils Namespace Reference

Classes

struct  H5FileT
 
struct  H5DatasetT
 
struct  H5DataspaceT
 
struct  H5PropertyT
 
struct  H5AttributeT
 
class  H5Handle
 A somewhat smart HDF5 handle. More...
 

Typedefs

typedef H5Handle< H5FileTH5Handle_F
 Handle for an HDF5 file. More...
 
typedef H5Handle< H5DatasetTH5Handle_D
 Handle for an HDF5 dataset. More...
 
typedef H5Handle< H5DataspaceTH5Handle_S
 Handle for an HDF5 dataspace. More...
 
typedef H5Handle< H5PropertyTH5Handle_P
 Handle for an HDF5 property list. More...
 
typedef H5Handle< H5AttributeTH5Handle_A
 Handle for an HDF5 attribute. More...
 

Typedef Documentation

◆ H5Handle_A

Handle for an HDF5 attribute.

Definition at line 138 of file H5Utils.hpp.

◆ H5Handle_D

Handle for an HDF5 dataset.

Definition at line 129 of file H5Utils.hpp.

◆ H5Handle_F

Handle for an HDF5 file.

Definition at line 126 of file H5Utils.hpp.

◆ H5Handle_P

Handle for an HDF5 property list.

Definition at line 135 of file H5Utils.hpp.

◆ H5Handle_S

Handle for an HDF5 dataspace.

Definition at line 132 of file H5Utils.hpp.