CASToR  2.0
Tomographic Reconstruction (PET/SPECT/CT)
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
Image data type according to v3.3 (+PET)

Variables related to the Interfile type of data. More...

Collaboration diagram for Image data type according to v3.3 (+PET):

Macros

#define INTF_IMG_STATIC   0
 
#define INTF_IMG_DYNAMIC   1
 
#define INTF_IMG_PET   2
 
#define INTF_IMG_SPECT   3
 
#define INTF_IMG_GATED   4
 
#define INTF_IMG_GSPECT   5
 
#define INTF_IMG_UNKNOWN   6
 

Detailed Description

Variables related to the Interfile type of data.

Macro Definition Documentation

#define INTF_IMG_DYNAMIC   1

Variable corresponding to a dynamic image (=1)

Definition at line 71 of file oInterfileIO.hh.

#define INTF_IMG_GATED   4

Variable corresponding to a gated image (=4)

Definition at line 77 of file oInterfileIO.hh.

#define INTF_IMG_GSPECT   5

Variable corresponding to a gated SPECT image (=5)

Definition at line 79 of file oInterfileIO.hh.

#define INTF_IMG_PET   2

Variable corresponding to a (static) PET image (=2)

Definition at line 73 of file oInterfileIO.hh.

#define INTF_IMG_SPECT   3

Variable corresponding to a (static) SPECT image (=3)

Definition at line 75 of file oInterfileIO.hh.

#define INTF_IMG_STATIC   0

Variable corresponding to a static image (=0, default)

Definition at line 69 of file oInterfileIO.hh.

#define INTF_IMG_UNKNOWN   6

Variable corresponding to an unknown data type (=6)

Definition at line 81 of file oInterfileIO.hh.