CASToR  1.1
Tomographic Reconstruction (PET/SPECT)
 All Classes Files Functions Variables Typedefs 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 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 of the program implementation (for matrices and computations)

Definition at line 55 of file gVariables.hh.

#define FLTNBDATA   float

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

Definition at line 59 of file gVariables.hh.

#define FLTNBLUT   float

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

Definition at line 61 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 57 of file gVariables.hh.

#define INTNB   int

Define the integer type for matrices dimensions

Definition at line 64 of file gVariables.hh.