CASToR  3.2
Tomographic Reconstruction (PET/SPECT/CT)
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
 
#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

◆ TYPE_CT [1/2]

#define TYPE_CT   2

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

Definition at line 55 of file code/include/datafile/vDataFile.hh.

◆ TYPE_CT [2/2]

#define TYPE_CT   2

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

Definition at line 56 of file include/datafile/vDataFile.hh.

◆ TYPE_PET [1/2]

#define TYPE_PET   0

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

Definition at line 51 of file code/include/datafile/vDataFile.hh.

◆ TYPE_PET [2/2]

#define TYPE_PET   0

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

Definition at line 52 of file include/datafile/vDataFile.hh.

◆ TYPE_SPECT [1/2]

#define TYPE_SPECT   1

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

Definition at line 53 of file code/include/datafile/vDataFile.hh.

◆ TYPE_SPECT [2/2]

#define TYPE_SPECT   1

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

Definition at line 54 of file include/datafile/vDataFile.hh.

◆ TYPE_UNKNOWN [1/2]

#define TYPE_UNKNOWN   -1

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

Definition at line 49 of file code/include/datafile/vDataFile.hh.

◆ TYPE_UNKNOWN [2/2]

#define TYPE_UNKNOWN   -1

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

Definition at line 50 of file include/datafile/vDataFile.hh.