
Go to the documentation of this file. 2 #ifndef VTKIOSEGY_EXPORT_H 3 #define VTKIOSEGY_EXPORT_H 5 #ifdef VTKIOSEGY_STATIC_DEFINE 6 # define VTKIOSEGY_EXPORT 7 # define VTKIOSEGY_NO_EXPORT 9 # ifndef VTKIOSEGY_EXPORT 10 # ifdef IOSegY_EXPORTS 12 # define VTKIOSEGY_EXPORT __attribute__((visibility("default"))) 15 # define VTKIOSEGY_EXPORT __attribute__((visibility("default"))) 19 # ifndef VTKIOSEGY_NO_EXPORT 20 # define VTKIOSEGY_NO_EXPORT __attribute__((visibility("hidden"))) 24 #ifndef VTKIOSEGY_DEPRECATED 25 # define VTKIOSEGY_DEPRECATED __attribute__ ((__deprecated__)) 28 #ifndef VTKIOSEGY_DEPRECATED_EXPORT 29 # define VTKIOSEGY_DEPRECATED_EXPORT VTKIOSEGY_EXPORT VTKIOSEGY_DEPRECATED 32 #ifndef VTKIOSEGY_DEPRECATED_NO_EXPORT 33 # define VTKIOSEGY_DEPRECATED_NO_EXPORT VTKIOSEGY_NO_EXPORT VTKIOSEGY_DEPRECATED 37 # ifndef VTKIOSEGY_NO_DEPRECATED 38 # define VTKIOSEGY_NO_DEPRECATED