NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
itkFilenameUtils.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 itkFilenameUtils_h
16 #define itkFilenameUtils_h
17 
18 #include <NifTKConfigure.h>
20 
21 #include <string>
22 #include <itkObject.h>
23 
24 namespace itk
25 {
26 
28  extern "C++" NIFTKITK_WINEXPORT ITK_EXPORT std::string ModifyFilenameSuffix( std::string filename, std::string suffix );
29 
31  extern "C++" NIFTKITK_WINEXPORT ITK_EXPORT std::string ExtractSuffix( std::string filename, std::string suffix );
32 
33 } // end namespace
34 
35 #endif
#define NIFTKITK_WINEXPORT
Definition: niftkITKWin32ExportHeader.h:28
Definition: niftkITKAffineResampleImage.cxx:74
std::string ExtractSuffix(std::string filename)
Definition: itkFilenameUtils.cxx:125
std::string ModifyFilenameSuffix(std::string filename, std::string suffix)
Definition: itkFilenameUtils.cxx:32
GLsizei const GLcharARB ** string
Definition: glew.h:5194