Go to the documentation of this file. 2 #ifndef VTKIOPIO_EXPORT_H 3 #define VTKIOPIO_EXPORT_H 5 #ifdef VTKIOPIO_STATIC_DEFINE 6 # define VTKIOPIO_EXPORT 7 # define VTKIOPIO_NO_EXPORT 9 # ifndef VTKIOPIO_EXPORT 12 # define VTKIOPIO_EXPORT __attribute__((visibility("default"))) 15 # define VTKIOPIO_EXPORT __attribute__((visibility("default"))) 19 # ifndef VTKIOPIO_NO_EXPORT 20 # define VTKIOPIO_NO_EXPORT __attribute__((visibility("hidden"))) 24 #ifndef VTKIOPIO_DEPRECATED 25 # define VTKIOPIO_DEPRECATED __attribute__ ((__deprecated__)) 28 #ifndef VTKIOPIO_DEPRECATED_EXPORT 29 # define VTKIOPIO_DEPRECATED_EXPORT VTKIOPIO_EXPORT VTKIOPIO_DEPRECATED 32 #ifndef VTKIOPIO_DEPRECATED_NO_EXPORT 33 # define VTKIOPIO_DEPRECATED_NO_EXPORT VTKIOPIO_NO_EXPORT VTKIOPIO_DEPRECATED 37 # ifndef VTKIOPIO_NO_DEPRECATED 38 # define VTKIOPIO_NO_DEPRECATED