CASToR  2.0
Tomographic Reconstruction (PET/SPECT/CT)
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
Data type

Data modality (PET, SPECT, CT, PETTrans ...)
Defined in vDataFile.hh. More...

Macros

#define TYPE_UNKNOWN   -1
 
#define TYPE_PET   0
 
#define TYPE_SPECT   1
 
#define TYPE_CT   2
 

Detailed Description

Data modality (PET, SPECT, CT, PETTrans ...)
Defined in vDataFile.hh.

Macro Definition Documentation

#define TYPE_CT   2

Constant corresponding to an event of CT type (=2)

Definition at line 78 of file vDataFile.hh.

#define TYPE_PET   0

Constant corresponding to an event of PET type (=0)

Definition at line 74 of file vDataFile.hh.

#define TYPE_SPECT   1

Constant corresponding to an event of SPECT type (=1)

Definition at line 76 of file vDataFile.hh.

#define TYPE_UNKNOWN   -1

Constant corresponding to an event with undefined type (=-1)

Definition at line 72 of file vDataFile.hh.