NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
itkConversionUtils.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 itkConversionUtils_h
16 #define itkConversionUtils_h
17 
18 #include <NifTKConfigure.h>
20 
21 #include <string>
22 #include <itkObject.h>
23 #include <itkSpatialOrientation.h>
24 
25 namespace itk
26 {
27 
29  extern "C++" NIFTKITK_WINEXPORT ITK_EXPORT std::string ConvertSpatialOrientationToString(const SpatialOrientation::ValidCoordinateOrientationFlags &code);
30 
32  extern "C++" NIFTKITK_WINEXPORT ITK_EXPORT SpatialOrientation::ValidCoordinateOrientationFlags ConvertStringToSpatialOrientation(std::string code);
33 
34 } // end namespace
35 #endif
SpatialOrientation::ValidCoordinateOrientationFlags ConvertStringToSpatialOrientation(std::string code)
Definition: itkConversionUtils.cxx:181
#define NIFTKITK_WINEXPORT
Definition: niftkITKWin32ExportHeader.h:28
Definition: niftkITKAffineResampleImage.cxx:74
std::string ConvertSpatialOrientationToString(const SpatialOrientation::ValidCoordinateOrientationFlags &code)
Definition: itkConversionUtils.cxx:25
GLsizei const GLcharARB ** string
Definition: glew.h:5194