CASToR  1.1
Tomographic Reconstruction (PET/SPECT)
 All Classes Files Functions Variables Typedefs Macros Groups Pages
Macros
Image slice orientation

Variable referring to the slice orientation (transverse/coronal/sagittal) in the image
Not used in the current implementation. More...

Collaboration diagram for Image slice orientation:

Macros

#define INTF_TRANSVERSE   0
 
#define INTF_CORONAL   1
 
#define INTF_SAGITTAL   2
 
#define INTF_OTHER   3
 

Detailed Description

Variable referring to the slice orientation (transverse/coronal/sagittal) in the image
Not used in the current implementation.

Macro Definition Documentation

#define INTF_CORONAL   1

String corresponding to coronal slice orientation (=1)

Definition at line 151 of file oInterfileIO.hh.

#define INTF_OTHER   3

String corresponding to other slice orientation (=3)

Definition at line 155 of file oInterfileIO.hh.

#define INTF_SAGITTAL   2

String corresponding to sagittal slice orientation (=2)

Definition at line 153 of file oInterfileIO.hh.

#define INTF_TRANSVERSE   0

String corresponding to transverse slice orientation (=0) (default)

Definition at line 149 of file oInterfileIO.hh.