Go to the documentation of this file. 2 #ifndef VTKVIEWSCORE_EXPORT_H 3 #define VTKVIEWSCORE_EXPORT_H 5 #ifdef VTKVIEWSCORE_STATIC_DEFINE 6 # define VTKVIEWSCORE_EXPORT 7 # define VTKVIEWSCORE_NO_EXPORT 9 # ifndef VTKVIEWSCORE_EXPORT 10 # ifdef ViewsCore_EXPORTS 12 # define VTKVIEWSCORE_EXPORT __attribute__((visibility("default"))) 15 # define VTKVIEWSCORE_EXPORT __attribute__((visibility("default"))) 19 # ifndef VTKVIEWSCORE_NO_EXPORT 20 # define VTKVIEWSCORE_NO_EXPORT __attribute__((visibility("hidden"))) 24 #ifndef VTKVIEWSCORE_DEPRECATED 25 # define VTKVIEWSCORE_DEPRECATED __attribute__ ((__deprecated__)) 28 #ifndef VTKVIEWSCORE_DEPRECATED_EXPORT 29 # define VTKVIEWSCORE_DEPRECATED_EXPORT VTKVIEWSCORE_EXPORT VTKVIEWSCORE_DEPRECATED 32 #ifndef VTKVIEWSCORE_DEPRECATED_NO_EXPORT 33 # define VTKVIEWSCORE_DEPRECATED_NO_EXPORT VTKVIEWSCORE_NO_EXPORT VTKVIEWSCORE_DEPRECATED 37 # ifndef VTKVIEWSCORE_NO_DEPRECATED 38 # define VTKVIEWSCORE_NO_DEPRECATED