CASToR  1.0
Tomographic Reconstruction (PET/SPECT)
Defines
Image data type according to v3.3 (+PET)
Interfile I/O related variables

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

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

Defines

#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.


Define Documentation

#define INTF_IMG_DYNAMIC   1

Variable corresponding to a dynamic image (=1)

Definition at line 48 of file oInterfileIO.hh.

#define INTF_IMG_GATED   4

Variable corresponding to a gated image (=4)

Definition at line 54 of file oInterfileIO.hh.

#define INTF_IMG_GSPECT   5

Variable corresponding to a gated SPECT image (=5)

Definition at line 56 of file oInterfileIO.hh.

#define INTF_IMG_PET   2

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

Definition at line 50 of file oInterfileIO.hh.

#define INTF_IMG_SPECT   3

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

Definition at line 52 of file oInterfileIO.hh.

#define INTF_IMG_STATIC   0

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

Definition at line 46 of file oInterfileIO.hh.

#define INTF_IMG_UNKNOWN   6

Variable corresponding to an unknown data type (=6)

Definition at line 58 of file oInterfileIO.hh.

 All Classes Files Functions Variables Typedefs Defines