CASToR  2.0
Tomographic Reconstruction (PET/SPECT/CT)
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
The precision of the computation and I/O operations

Precision of the computation and I/O operations
Defined in gVariables.hh. More...

Macros

#define FLTNB   float
 
#define HPFLTNB   double
 
#define FLTNBMPI   MPI_FLOAT
 
#define FLTNBDATA   float
 
#define FLTNBLUT   float
 
#define INTNB   int
 

Detailed Description

Precision of the computation and I/O operations
Defined in gVariables.hh.

Macro Definition Documentation

#define FLTNB   float

Define the precision for main program implementation (matrices, most computations, output images)

Definition at line 81 of file gVariables.hh.

#define FLTNBDATA   float

Define the precision of the input/output datafile read/write

Definition at line 87 of file gVariables.hh.

#define FLTNBLUT   float

Define the precision of the input/output scanner LUT read/write

Definition at line 89 of file gVariables.hh.

#define FLTNBMPI   MPI_FLOAT

Define the precision of the program implementation (for matrices and computations), specific to MPI operations

Definition at line 85 of file gVariables.hh.

#define HPFLTNB   double

Define high precision for computations where at least the double precision is required

Definition at line 83 of file gVariables.hh.

#define INTNB   int

Define the integer type for matrices dimensions

Definition at line 92 of file gVariables.hh.