
Go to the documentation of this file. 2 #ifndef VTKFILTERSREDUCTION_EXPORT_H 3 #define VTKFILTERSREDUCTION_EXPORT_H 5 #ifdef VTKFILTERSREDUCTION_STATIC_DEFINE 6 # define VTKFILTERSREDUCTION_EXPORT 7 # define VTKFILTERSREDUCTION_NO_EXPORT 9 # ifndef VTKFILTERSREDUCTION_EXPORT 10 # ifdef FiltersReduction_EXPORTS 12 # define VTKFILTERSREDUCTION_EXPORT __attribute__((visibility("default"))) 15 # define VTKFILTERSREDUCTION_EXPORT __attribute__((visibility("default"))) 19 # ifndef VTKFILTERSREDUCTION_NO_EXPORT 20 # define VTKFILTERSREDUCTION_NO_EXPORT __attribute__((visibility("hidden"))) 24 #ifndef VTKFILTERSREDUCTION_DEPRECATED 25 # define VTKFILTERSREDUCTION_DEPRECATED __attribute__ ((__deprecated__)) 28 #ifndef VTKFILTERSREDUCTION_DEPRECATED_EXPORT 29 # define VTKFILTERSREDUCTION_DEPRECATED_EXPORT VTKFILTERSREDUCTION_EXPORT VTKFILTERSREDUCTION_DEPRECATED 32 #ifndef VTKFILTERSREDUCTION_DEPRECATED_NO_EXPORT 33 # define VTKFILTERSREDUCTION_DEPRECATED_NO_EXPORT VTKFILTERSREDUCTION_NO_EXPORT VTKFILTERSREDUCTION_DEPRECATED 37 # ifndef VTKFILTERSREDUCTION_NO_DEPRECATED 38 # define VTKFILTERSREDUCTION_NO_DEPRECATED