CASToR  1.0
Tomographic Reconstruction (PET/SPECT)
Defines
Image slice orientation
Interfile I/O related variables

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:

Defines

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


Define Documentation

#define INTF_CORONAL   1

String corresponding to coronal slice orientation (=1)

Definition at line 149 of file oInterfileIO.hh.

#define INTF_OTHER   3

String corresponding to other slice orientation (=3)

Definition at line 153 of file oInterfileIO.hh.

#define INTF_SAGITTAL   2

String corresponding to sagittal slice orientation (=2)

Definition at line 151 of file oInterfileIO.hh.

#define INTF_TRANSVERSE   0

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

Definition at line 147 of file oInterfileIO.hh.

 All Classes Files Functions Variables Typedefs Defines