Go to the documentation of this file.
2 #ifndef VTKFILTERSCORE_EXPORT_H
3 #define VTKFILTERSCORE_EXPORT_H
5 #ifdef VTKFILTERSCORE_STATIC_DEFINE
6 # define VTKFILTERSCORE_EXPORT
7 # define VTKFILTERSCORE_NO_EXPORT
9 # ifndef VTKFILTERSCORE_EXPORT
10 # ifdef vtkFiltersCore_EXPORTS
12 # define VTKFILTERSCORE_EXPORT __attribute__((visibility("default")))
15 # define VTKFILTERSCORE_EXPORT __attribute__((visibility("default")))
19 # ifndef VTKFILTERSCORE_NO_EXPORT
20 # define VTKFILTERSCORE_NO_EXPORT __attribute__((visibility("hidden")))
24 #ifndef VTKFILTERSCORE_DEPRECATED
25 # define VTKFILTERSCORE_DEPRECATED __attribute__ ((__deprecated__))
26 # define VTKFILTERSCORE_DEPRECATED_EXPORT VTKFILTERSCORE_EXPORT __attribute__ ((__deprecated__))
27 # define VTKFILTERSCORE_DEPRECATED_NO_EXPORT VTKFILTERSCORE_NO_EXPORT __attribute__ ((__deprecated__))
30 #define DEFINE_NO_DEPRECATED 0
31 #if DEFINE_NO_DEPRECATED
32 # define VTKFILTERSCORE_NO_DEPRECATED
36 #if defined(vtkFiltersCore_INCLUDE)
37 # include vtkFiltersCore_INCLUDE
39 #if defined(vtkFiltersCore_AUTOINIT)