Go to the documentation of this file. 2 #ifndef VTKIMAGINGSOURCES_EXPORT_H 3 #define VTKIMAGINGSOURCES_EXPORT_H 5 #ifdef VTKIMAGINGSOURCES_STATIC_DEFINE 6 # define VTKIMAGINGSOURCES_EXPORT 7 # define VTKIMAGINGSOURCES_NO_EXPORT 9 # ifndef VTKIMAGINGSOURCES_EXPORT 10 # ifdef ImagingSources_EXPORTS 12 # define VTKIMAGINGSOURCES_EXPORT __attribute__((visibility("default"))) 15 # define VTKIMAGINGSOURCES_EXPORT __attribute__((visibility("default"))) 19 # ifndef VTKIMAGINGSOURCES_NO_EXPORT 20 # define VTKIMAGINGSOURCES_NO_EXPORT __attribute__((visibility("hidden"))) 24 #ifndef VTKIMAGINGSOURCES_DEPRECATED 25 # define VTKIMAGINGSOURCES_DEPRECATED __attribute__ ((__deprecated__)) 28 #ifndef VTKIMAGINGSOURCES_DEPRECATED_EXPORT 29 # define VTKIMAGINGSOURCES_DEPRECATED_EXPORT VTKIMAGINGSOURCES_EXPORT VTKIMAGINGSOURCES_DEPRECATED 32 #ifndef VTKIMAGINGSOURCES_DEPRECATED_NO_EXPORT 33 # define VTKIMAGINGSOURCES_DEPRECATED_NO_EXPORT VTKIMAGINGSOURCES_NO_EXPORT VTKIMAGINGSOURCES_DEPRECATED 37 # ifndef VTKIMAGINGSOURCES_NO_DEPRECATED 38 # define VTKIMAGINGSOURCES_NO_DEPRECATED