NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
niftkImageOrientation.h
Go to the documentation of this file.
1 /*=============================================================================
2 
3  NifTK: A software platform for medical image computing.
4 
5  Copyright (c) University College London (UCL). All rights reserved.
6 
7  This software is distributed WITHOUT ANY WARRANTY; without even
8  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
9  PURPOSE.
10 
11  See LICENSE.txt in the top level directory for details.
12 
13 =============================================================================*/
14 
15 #ifndef niftkImageOrientation_h
16 #define niftkImageOrientation_h
17 
18 namespace niftk
19 {
20 
27 {
32 };
33 
34 }
35 
36 #endif
ImageOrientation
Describes the different types of orientation, axial, sagittal, coronal, that can be achieved in the D...
Definition: niftkImageOrientation.h:26
Definition: niftkImageOrientation.h:30
Definition: niftkImageOrientation.h:31
Definition: niftkImageOrientation.h:28
Definition: niftkImageOrientation.h:29
Definition: niftkExceptionObject.h:21