|
Mantid
|
#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) |
Definition at line 89 of file hdf5_type_helper.cpp.
Definition at line 10 of file hdf5_type_helper.cpp.
References NXnumtype::BAD, NXnumtype::BINARY, and NXnumtype::CHAR.
Definition at line 35 of file hdf5_type_helper.cpp.
References NXnumtype::CHAR, NXnumtype::FLOAT32, NXnumtype::FLOAT64, NXnumtype::INT16, NXnumtype::INT32, NXnumtype::INT64, NXnumtype::INT8, NXnumtype::UINT16, NXnumtype::UINT32, NXnumtype::UINT64, and NXnumtype::UINT8.