STIR  6.2.0
Namespaces | Macros
ByteOrderDefine.h File Reference

Definition of STIRIsNativeByteOrderBigEndian and STIRIsNativeByteOrderLittleEndian preprocessor symbols. More...

#include "stir/common.h"

Go to the source code of this file.

Namespaces

 stir
 Namespace for the STIR library (and some/most of its applications)
 

Macros

#define STIRIsNativeByteOrderBigEndian   1
 A macro that is defined to 1 when the compilation is on a big endian machine, otherwise it is set to 0. More...
 
#define STIRIsNativeByteOrderLittleEndian   0
 A macro that is defined to 1 when the compilation is on a little endian machine, and to 0 otherwise. More...
 

Detailed Description

Definition of STIRIsNativeByteOrderBigEndian and STIRIsNativeByteOrderLittleEndian preprocessor symbols.

Author
Kris Thielemans