Go to the documentation of this file. 2 #ifndef VTKANALYZENIFTIIO_EXPORT_H 3 #define VTKANALYZENIFTIIO_EXPORT_H 5 #ifdef VTKANALYZENIFTIIO_STATIC_DEFINE 6 # define VTKANALYZENIFTIIO_EXPORT 7 # define VTKANALYZENIFTIIO_NO_EXPORT 9 # ifndef VTKANALYZENIFTIIO_EXPORT 10 # ifdef NIfTIIO_EXPORTS 12 # define VTKANALYZENIFTIIO_EXPORT __attribute__((visibility("default"))) 15 # define VTKANALYZENIFTIIO_EXPORT __attribute__((visibility("default"))) 19 # ifndef VTKANALYZENIFTIIO_NO_EXPORT 20 # define VTKANALYZENIFTIIO_NO_EXPORT __attribute__((visibility("hidden"))) 24 #ifndef VTKANALYZENIFTIIO_DEPRECATED 25 # define VTKANALYZENIFTIIO_DEPRECATED __attribute__ ((__deprecated__)) 28 #ifndef VTKANALYZENIFTIIO_DEPRECATED_EXPORT 29 # define VTKANALYZENIFTIIO_DEPRECATED_EXPORT VTKANALYZENIFTIIO_EXPORT VTKANALYZENIFTIIO_DEPRECATED 32 #ifndef VTKANALYZENIFTIIO_DEPRECATED_NO_EXPORT 33 # define VTKANALYZENIFTIIO_DEPRECATED_NO_EXPORT VTKANALYZENIFTIIO_NO_EXPORT VTKANALYZENIFTIIO_DEPRECATED 37 # ifndef VTKANALYZENIFTIIO_NO_DEPRECATED 38 # define VTKANALYZENIFTIIO_NO_DEPRECATED