NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
Namespaces | Enumerations
niftkImageOrientation.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 niftk
 

Enumerations

enum  niftk::ImageOrientation { niftk::IMAGE_ORIENTATION_AXIAL = 0, niftk::IMAGE_ORIENTATION_SAGITTAL = 1, niftk::IMAGE_ORIENTATION_CORONAL = 2, niftk::IMAGE_ORIENTATION_UNKNOWN = 3 }
 Describes the different types of orientation, axial, sagittal, coronal, that can be achieved in the Drag&Drop Display windows. This is different from WindowOrientation. The orientation might be used to refer to the axis of an image, so an image can ONLY be sampled in AXIAL, SAGITTAL and CORONAL direction. More...