Go to the documentation of this file. 2 #ifndef VTKSTREAMLINES_EXPORT_H 3 #define VTKSTREAMLINES_EXPORT_H 5 #ifdef VTKSTREAMLINES_STATIC_DEFINE 6 # define VTKSTREAMLINES_EXPORT 7 # define VTKSTREAMLINES_NO_EXPORT 9 # ifndef VTKSTREAMLINES_EXPORT 10 # ifdef vtkStreamLines_EXPORTS 12 # define VTKSTREAMLINES_EXPORT __attribute__((visibility("default"))) 15 # define VTKSTREAMLINES_EXPORT __attribute__((visibility("default"))) 19 # ifndef VTKSTREAMLINES_NO_EXPORT 20 # define VTKSTREAMLINES_NO_EXPORT __attribute__((visibility("hidden"))) 24 #ifndef VTKSTREAMLINES_DEPRECATED 25 # define VTKSTREAMLINES_DEPRECATED __attribute__ ((__deprecated__)) 28 #ifndef VTKSTREAMLINES_DEPRECATED_EXPORT 29 # define VTKSTREAMLINES_DEPRECATED_EXPORT VTKSTREAMLINES_EXPORT VTKSTREAMLINES_DEPRECATED 32 #ifndef VTKSTREAMLINES_DEPRECATED_NO_EXPORT 33 # define VTKSTREAMLINES_DEPRECATED_NO_EXPORT VTKSTREAMLINES_NO_EXPORT VTKSTREAMLINES_DEPRECATED 37 # ifndef VTKSTREAMLINES_NO_DEPRECATED 38 # define VTKSTREAMLINES_NO_DEPRECATED