Go to the documentation of this file. 2 #ifndef VTKIOFDS_EXPORT_H 3 #define VTKIOFDS_EXPORT_H 5 #ifdef VTKIOFDS_STATIC_DEFINE 6 # define VTKIOFDS_EXPORT 7 # define VTKIOFDS_NO_EXPORT 9 # ifndef VTKIOFDS_EXPORT 12 # define VTKIOFDS_EXPORT __attribute__((visibility("default"))) 15 # define VTKIOFDS_EXPORT __attribute__((visibility("default"))) 19 # ifndef VTKIOFDS_NO_EXPORT 20 # define VTKIOFDS_NO_EXPORT __attribute__((visibility("hidden"))) 24 #ifndef VTKIOFDS_DEPRECATED 25 # define VTKIOFDS_DEPRECATED __attribute__ ((__deprecated__)) 28 #ifndef VTKIOFDS_DEPRECATED_EXPORT 29 # define VTKIOFDS_DEPRECATED_EXPORT VTKIOFDS_EXPORT VTKIOFDS_DEPRECATED 32 #ifndef VTKIOFDS_DEPRECATED_NO_EXPORT 33 # define VTKIOFDS_DEPRECATED_NO_EXPORT VTKIOFDS_NO_EXPORT VTKIOFDS_DEPRECATED 37 # ifndef VTKIOFDS_NO_DEPRECATED 38 # define VTKIOFDS_NO_DEPRECATED