SimpleITK  
sitkBasicFilters.h
Go to the documentation of this file.
1 /*=========================================================================
2  *
3  * Copyright NumFOCUS
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 sitkBasicFilters_h
19 #define sitkBasicFilters_h
20 
21 #include "sitkMacro.h"
22 
23 #include "sitkInterpolator.h"
24 #include "sitkRandomSeed.h"
25 #include "sitkKernel.h"
26 
27 // todo this should be moved to a more local place
28 #include "sitkTransform.h"
29 #include <map>
30 
31 #if defined(SITKDLL)
32 # ifdef SimpleITKBasicFilters0_EXPORTS
33 # define SITKBasicFilters0_EXPORT SITK_ABI_EXPORT
34 # else
35 # define SITKBasicFilters0_EXPORT SITK_ABI_IMPORT
36 # endif /* SimpleITKBasicFilters0_EXPORTS */
37 #else
38 // Don't hide symbols in the static SimpleITKBasicFilters library in case
39 // -fvisibility=hidden is used
40 # define SITKBasicFilters0_EXPORT
41 #endif
42 
43 #if defined(SITKDLL)
44 # ifdef SimpleITKBasicFilters_EXPORTS
45 # define SITKBasicFilters_EXPORT SITK_ABI_EXPORT
46 # else
47 # define SITKBasicFilters_EXPORT SITK_ABI_IMPORT
48 # endif /* SimpleITKBasicFilters_EXPORTS */
49 #else
50 // Don't hide symbols in the static SimpleITKBasicFilters library in case
51 // -fvisibility=hidden is used
52 # define SITKBasicFilters_EXPORT
53 #endif
54 
55 #define SITKBasicFilters0_HIDDEN SITK_ABI_HIDDEN
56 #define SITKBasicFilters_HIDDEN SITK_ABI_HIDDEN
57 
58 #endif // sitkBasicFilters_h
sitkRandomSeed.h
sitkMacro.h
sitkInterpolator.h
sitkTransform.h
sitkKernel.h