Go to the documentation of this file. 2 #ifndef VTKFILTERSCELLGRID_EXPORT_H 3 #define VTKFILTERSCELLGRID_EXPORT_H 5 #ifdef VTKFILTERSCELLGRID_STATIC_DEFINE 6 # define VTKFILTERSCELLGRID_EXPORT 7 # define VTKFILTERSCELLGRID_NO_EXPORT 9 # ifndef VTKFILTERSCELLGRID_EXPORT 10 # ifdef FiltersCellGrid_EXPORTS 12 # define VTKFILTERSCELLGRID_EXPORT __attribute__((visibility("default"))) 15 # define VTKFILTERSCELLGRID_EXPORT __attribute__((visibility("default"))) 19 # ifndef VTKFILTERSCELLGRID_NO_EXPORT 20 # define VTKFILTERSCELLGRID_NO_EXPORT __attribute__((visibility("hidden"))) 24 #ifndef VTKFILTERSCELLGRID_DEPRECATED 25 # define VTKFILTERSCELLGRID_DEPRECATED __attribute__ ((__deprecated__)) 28 #ifndef VTKFILTERSCELLGRID_DEPRECATED_EXPORT 29 # define VTKFILTERSCELLGRID_DEPRECATED_EXPORT VTKFILTERSCELLGRID_EXPORT VTKFILTERSCELLGRID_DEPRECATED 32 #ifndef VTKFILTERSCELLGRID_DEPRECATED_NO_EXPORT 33 # define VTKFILTERSCELLGRID_DEPRECATED_NO_EXPORT VTKFILTERSCELLGRID_NO_EXPORT VTKFILTERSCELLGRID_DEPRECATED 37 # ifndef VTKFILTERSCELLGRID_NO_DEPRECATED 38 # define VTKFILTERSCELLGRID_NO_DEPRECATED