SimpleITK
1.0.1
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
SimpleITK
Code
IO
include
sitkIO.h
Go to the documentation of this file.
1
/*=========================================================================
2
*
3
* Copyright Insight Software Consortium
4
*
5
* Licensed under the Apache License, Version 2.0 (the "License");
6
* you may not use this file except in compliance with the License.
7
* You may obtain a copy of the License at
8
*
9
* http://www.apache.org/licenses/LICENSE-2.0.txt
10
*
11
* Unless required by applicable law or agreed to in writing, software
12
* distributed under the License is distributed on an "AS IS" BASIS,
13
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
* See the License for the specific language governing permissions and
15
* limitations under the License.
16
*
17
*=========================================================================*/
18
#ifndef sitkIO_h
19
#define sitkIO_h
20
21
#include "
sitkMacro.h
"
22
23
24
25
#if defined( SITKDLL )
26
#ifdef SimpleITKIO_EXPORTS
27
#define SITKIO_EXPORT SITK_ABI_EXPORT
28
#else
29
#define SITKIO_EXPORT SITK_ABI_IMPORT
30
#endif
/* SimpleITKIO_EXPORTS */
31
#else
32
// Don't hide symbols in the static SimpleITKIO library in case
33
// -fvisibility=hidden is used
34
#define SITKIO_EXPORT
35
36
#endif
37
38
#define SITKIO_HIDDEN SITK_ABI_HIDDEN
39
40
#endif // sitkIO_h
sitkMacro.h
Generated on Thu Jan 16 2020 21:21:39 for SimpleITK by
1.8.9.1