Go to the documentation of this file. 2 #ifndef VTKEXPLICITSTRUCTUREDGRID_EXPORT_H 3 #define VTKEXPLICITSTRUCTUREDGRID_EXPORT_H 5 #ifdef VTKEXPLICITSTRUCTUREDGRID_STATIC_DEFINE 6 # define VTKEXPLICITSTRUCTUREDGRID_EXPORT 7 # define VTKEXPLICITSTRUCTUREDGRID_NO_EXPORT 9 # ifndef VTKEXPLICITSTRUCTUREDGRID_EXPORT 10 # ifdef vtkExplicitStructuredGrid_EXPORTS 12 # define VTKEXPLICITSTRUCTUREDGRID_EXPORT __attribute__((visibility("default"))) 15 # define VTKEXPLICITSTRUCTUREDGRID_EXPORT __attribute__((visibility("default"))) 19 # ifndef VTKEXPLICITSTRUCTUREDGRID_NO_EXPORT 20 # define VTKEXPLICITSTRUCTUREDGRID_NO_EXPORT __attribute__((visibility("hidden"))) 24 #ifndef VTKEXPLICITSTRUCTUREDGRID_DEPRECATED 25 # define VTKEXPLICITSTRUCTUREDGRID_DEPRECATED __attribute__ ((__deprecated__)) 28 #ifndef VTKEXPLICITSTRUCTUREDGRID_DEPRECATED_EXPORT 29 # define VTKEXPLICITSTRUCTUREDGRID_DEPRECATED_EXPORT VTKEXPLICITSTRUCTUREDGRID_EXPORT VTKEXPLICITSTRUCTUREDGRID_DEPRECATED 32 #ifndef VTKEXPLICITSTRUCTUREDGRID_DEPRECATED_NO_EXPORT 33 # define VTKEXPLICITSTRUCTUREDGRID_DEPRECATED_NO_EXPORT VTKEXPLICITSTRUCTUREDGRID_NO_EXPORT VTKEXPLICITSTRUCTUREDGRID_DEPRECATED 37 # ifndef VTKEXPLICITSTRUCTUREDGRID_NO_DEPRECATED 38 # define VTKEXPLICITSTRUCTUREDGRID_NO_DEPRECATED