Mantid
Loading...
Searching...
No Matches
Functions
hdf5_type_helper.h File Reference
#include "MantidNexus/DllConfig.h"
#include "MantidNexus/NexusFile_fwd.h"
#include <hdf5.h>

Go to the source code of this file.

Functions

MANTID_NEXUS_DLL hid_t h5MemType (hid_t atype)
 
MANTID_NEXUS_DLL NXnumtype hdf5ToNXType (H5T_class_t tclass, hid_t atype)
 
MANTID_NEXUS_DLL hid_t nxToHDF5Type (NXnumtype datatype)
 

Function Documentation

◆ h5MemType()

MANTID_NEXUS_DLL hid_t h5MemType ( hid_t  atype)

Definition at line 89 of file hdf5_type_helper.cpp.

◆ hdf5ToNXType()

MANTID_NEXUS_DLL NXnumtype hdf5ToNXType ( H5T_class_t  tclass,
hid_t  atype 
)

Definition at line 10 of file hdf5_type_helper.cpp.

References NXnumtype::BAD, NXnumtype::BINARY, and NXnumtype::CHAR.

◆ nxToHDF5Type()

MANTID_NEXUS_DLL hid_t nxToHDF5Type ( NXnumtype  datatype)