Go to the documentation of this file. 2 #ifndef VTKIOCELLGRID_EXPORT_H 3 #define VTKIOCELLGRID_EXPORT_H 5 #ifdef VTKIOCELLGRID_STATIC_DEFINE 6 # define VTKIOCELLGRID_EXPORT 7 # define VTKIOCELLGRID_NO_EXPORT 9 # ifndef VTKIOCELLGRID_EXPORT 10 # ifdef IOCellGrid_EXPORTS 12 # define VTKIOCELLGRID_EXPORT __attribute__((visibility("default"))) 15 # define VTKIOCELLGRID_EXPORT __attribute__((visibility("default"))) 19 # ifndef VTKIOCELLGRID_NO_EXPORT 20 # define VTKIOCELLGRID_NO_EXPORT __attribute__((visibility("hidden"))) 24 #ifndef VTKIOCELLGRID_DEPRECATED 25 # define VTKIOCELLGRID_DEPRECATED __attribute__ ((__deprecated__)) 28 #ifndef VTKIOCELLGRID_DEPRECATED_EXPORT 29 # define VTKIOCELLGRID_DEPRECATED_EXPORT VTKIOCELLGRID_EXPORT VTKIOCELLGRID_DEPRECATED 32 #ifndef VTKIOCELLGRID_DEPRECATED_NO_EXPORT 33 # define VTKIOCELLGRID_DEPRECATED_NO_EXPORT VTKIOCELLGRID_NO_EXPORT VTKIOCELLGRID_DEPRECATED 37 # ifndef VTKIOCELLGRID_NO_DEPRECATED 38 # define VTKIOCELLGRID_NO_DEPRECATED