Mantid
Loading...
Searching...
No Matches
hdf5_type_helper.h
Go to the documentation of this file.
1#pragma once
2
3#include "MantidNexus/DllConfig.h"
5
6#include <hdf5.h>
7
8MANTID_NEXUS_DLL NXnumtype hdf5ToNXType(H5T_class_t tclass, hid_t atype);
9
10MANTID_NEXUS_DLL hid_t nxToHDF5Type(NXnumtype datatype);
11
12MANTID_NEXUS_DLL hid_t h5MemType(hid_t atype);
int64_t hid_t
This class defines data types which are used as part of the Nexus API.
The primitive types published by this API.
MANTID_NEXUS_DLL hid_t nxToHDF5Type(NXnumtype datatype)
MANTID_NEXUS_DLL hid_t h5MemType(hid_t atype)
MANTID_NEXUS_DLL NXnumtype hdf5ToNXType(H5T_class_t tclass, hid_t atype)