aimsdata  4.7.0
Neuroimaging data handling
byteswap.h File Reference
Include dependency graph for byteswap.h:

Go to the source code of this file.

Namespaces

 aims
 The class for EcatSino data write operation.
 

Functions

template<typename T >
AIMSDATA_APIaims::byteswap (const T &x)
 
template<typename T >
AIMSDATA_APIaims::byteswap16 (const T &x)
 
template<typename T >
AIMSDATA_APIaims::byteswap32 (const T &x)
 
template<typename T >
AIMSDATA_APIaims::byteswap64 (const T &x)
 
AIMSDATA_API short aims::byteswap (const short &x)
 
AIMSDATA_API unsigned short aims::byteswap (const unsigned short &x)
 
AIMSDATA_API int aims::byteswap (const int &x)
 
AIMSDATA_API unsigned int aims::byteswap (unsigned int x)
 
AIMSDATA_API float aims::byteswap (const float &x)