Go to the documentation of this file. 2 #ifndef VTKTHICKENLAYEREDCELLSFILTERS_EXPORT_H 3 #define VTKTHICKENLAYEREDCELLSFILTERS_EXPORT_H 5 #ifdef VTKTHICKENLAYEREDCELLSFILTERS_STATIC_DEFINE 6 # define VTKTHICKENLAYEREDCELLSFILTERS_EXPORT 7 # define VTKTHICKENLAYEREDCELLSFILTERS_NO_EXPORT 9 # ifndef VTKTHICKENLAYEREDCELLSFILTERS_EXPORT 10 # ifdef vtkThickenLayeredCellsFilters_EXPORTS 12 # define VTKTHICKENLAYEREDCELLSFILTERS_EXPORT __attribute__((visibility("default"))) 15 # define VTKTHICKENLAYEREDCELLSFILTERS_EXPORT __attribute__((visibility("default"))) 19 # ifndef VTKTHICKENLAYEREDCELLSFILTERS_NO_EXPORT 20 # define VTKTHICKENLAYEREDCELLSFILTERS_NO_EXPORT __attribute__((visibility("hidden"))) 24 #ifndef VTKTHICKENLAYEREDCELLSFILTERS_DEPRECATED 25 # define VTKTHICKENLAYEREDCELLSFILTERS_DEPRECATED __attribute__ ((__deprecated__)) 28 #ifndef VTKTHICKENLAYEREDCELLSFILTERS_DEPRECATED_EXPORT 29 # define VTKTHICKENLAYEREDCELLSFILTERS_DEPRECATED_EXPORT VTKTHICKENLAYEREDCELLSFILTERS_EXPORT VTKTHICKENLAYEREDCELLSFILTERS_DEPRECATED 32 #ifndef VTKTHICKENLAYEREDCELLSFILTERS_DEPRECATED_NO_EXPORT 33 # define VTKTHICKENLAYEREDCELLSFILTERS_DEPRECATED_NO_EXPORT VTKTHICKENLAYEREDCELLSFILTERS_NO_EXPORT VTKTHICKENLAYEREDCELLSFILTERS_DEPRECATED 37 # ifndef VTKTHICKENLAYEREDCELLSFILTERS_NO_DEPRECATED 38 # define VTKTHICKENLAYEREDCELLSFILTERS_NO_DEPRECATED