Go to the documentation of this file. 2 #ifndef VTKFILTERSPARALLELVERDICT_EXPORT_H 3 #define VTKFILTERSPARALLELVERDICT_EXPORT_H 5 #ifdef VTKFILTERSPARALLELVERDICT_STATIC_DEFINE 6 # define VTKFILTERSPARALLELVERDICT_EXPORT 7 # define VTKFILTERSPARALLELVERDICT_NO_EXPORT 9 # ifndef VTKFILTERSPARALLELVERDICT_EXPORT 10 # ifdef FiltersParallelVerdict_EXPORTS 12 # define VTKFILTERSPARALLELVERDICT_EXPORT __attribute__((visibility("default"))) 15 # define VTKFILTERSPARALLELVERDICT_EXPORT __attribute__((visibility("default"))) 19 # ifndef VTKFILTERSPARALLELVERDICT_NO_EXPORT 20 # define VTKFILTERSPARALLELVERDICT_NO_EXPORT __attribute__((visibility("hidden"))) 24 #ifndef VTKFILTERSPARALLELVERDICT_DEPRECATED 25 # define VTKFILTERSPARALLELVERDICT_DEPRECATED __attribute__ ((__deprecated__)) 28 #ifndef VTKFILTERSPARALLELVERDICT_DEPRECATED_EXPORT 29 # define VTKFILTERSPARALLELVERDICT_DEPRECATED_EXPORT VTKFILTERSPARALLELVERDICT_EXPORT VTKFILTERSPARALLELVERDICT_DEPRECATED 32 #ifndef VTKFILTERSPARALLELVERDICT_DEPRECATED_NO_EXPORT 33 # define VTKFILTERSPARALLELVERDICT_DEPRECATED_NO_EXPORT VTKFILTERSPARALLELVERDICT_NO_EXPORT VTKFILTERSPARALLELVERDICT_DEPRECATED 37 # ifndef VTKFILTERSPARALLELVERDICT_NO_DEPRECATED 38 # define VTKFILTERSPARALLELVERDICT_NO_DEPRECATED