CASToR  2.0
Tomographic Reconstruction (PET/SPECT/CT)
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
Flag for input image interpolation

These flags are passed as last parameter to the Interfile file reading function.
Depending on the flag, the input image will be interpolated if its dimensions are different to the reconstruction dimensions, or an error will be thrown.
Current implemented interpolation is linear (LERP) More...

Collaboration diagram for Flag for input image interpolation:

Macros

#define INTF_LERP_DISABLED   false
 
#define INTF_LERP_ENABLED   true
 

Detailed Description

These flags are passed as last parameter to the Interfile file reading function.
Depending on the flag, the input image will be interpolated if its dimensions are different to the reconstruction dimensions, or an error will be thrown.
Current implemented interpolation is linear (LERP)

Macro Definition Documentation

#define INTF_LERP_DISABLED   false

Interpolation forbidden (for input image reading)

Definition at line 97 of file oInterfileIO.hh.

#define INTF_LERP_ENABLED   true

Interpolation allowed (for input image reading)

Definition at line 99 of file oInterfileIO.hh.