Go to the documentation of this file. 2 #ifndef VTKBAGPLOTVIEWSANDFILTERSBAGPLOT_EXPORT_H 3 #define VTKBAGPLOTVIEWSANDFILTERSBAGPLOT_EXPORT_H 5 #ifdef VTKBAGPLOTVIEWSANDFILTERSBAGPLOT_STATIC_DEFINE 6 # define VTKBAGPLOTVIEWSANDFILTERSBAGPLOT_EXPORT 7 # define VTKBAGPLOTVIEWSANDFILTERSBAGPLOT_NO_EXPORT 9 # ifndef VTKBAGPLOTVIEWSANDFILTERSBAGPLOT_EXPORT 10 # ifdef BagPlotViewsAndFiltersBagPlot_EXPORTS 12 # define VTKBAGPLOTVIEWSANDFILTERSBAGPLOT_EXPORT __attribute__((visibility("default"))) 15 # define VTKBAGPLOTVIEWSANDFILTERSBAGPLOT_EXPORT __attribute__((visibility("default"))) 19 # ifndef VTKBAGPLOTVIEWSANDFILTERSBAGPLOT_NO_EXPORT 20 # define VTKBAGPLOTVIEWSANDFILTERSBAGPLOT_NO_EXPORT __attribute__((visibility("hidden"))) 24 #ifndef VTKBAGPLOTVIEWSANDFILTERSBAGPLOT_DEPRECATED 25 # define VTKBAGPLOTVIEWSANDFILTERSBAGPLOT_DEPRECATED __attribute__ ((__deprecated__)) 28 #ifndef VTKBAGPLOTVIEWSANDFILTERSBAGPLOT_DEPRECATED_EXPORT 29 # define VTKBAGPLOTVIEWSANDFILTERSBAGPLOT_DEPRECATED_EXPORT VTKBAGPLOTVIEWSANDFILTERSBAGPLOT_EXPORT VTKBAGPLOTVIEWSANDFILTERSBAGPLOT_DEPRECATED 32 #ifndef VTKBAGPLOTVIEWSANDFILTERSBAGPLOT_DEPRECATED_NO_EXPORT 33 # define VTKBAGPLOTVIEWSANDFILTERSBAGPLOT_DEPRECATED_NO_EXPORT VTKBAGPLOTVIEWSANDFILTERSBAGPLOT_NO_EXPORT VTKBAGPLOTVIEWSANDFILTERSBAGPLOT_DEPRECATED 37 # ifndef VTKBAGPLOTVIEWSANDFILTERSBAGPLOT_NO_DEPRECATED 38 # define VTKBAGPLOTVIEWSANDFILTERSBAGPLOT_NO_DEPRECATED