CASToR  2.0
Tomographic Reconstruction (PET/SPECT/CT)
 All Classes Files Functions Variables Typedefs Enumerations Enumerator 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 175 of file oInterfileIO.hh.

#define INTF_OTHER   3

String corresponding to other slice orientation (=3)

Definition at line 179 of file oInterfileIO.hh.

#define INTF_SAGITTAL   2

String corresponding to sagittal slice orientation (=2)

Definition at line 177 of file oInterfileIO.hh.

#define INTF_TRANSVERSE   0

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

Definition at line 173 of file oInterfileIO.hh.