Mantid
Loading...
Searching...
No Matches
Functions
hdf5_type_helper.cpp File Reference
#include "MantidNexus/hdf5_type_helper.h"
#include <assert.h>
#include <cstring>
#include <map>
#include <memory>
#include <stdlib.h>
#include <string.h>
#include <time.h>

Go to the source code of this file.

Functions

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

Function Documentation

◆ h5MemType()

hid_t h5MemType ( hid_t  atype)

Definition at line 89 of file hdf5_type_helper.cpp.

◆ hdf5ToNXType()

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()

hid_t nxToHDF5Type ( NXnumtype  datatype)