Go to the documentation of this file. 2 #ifndef VTKDSPFILTERSPLUGIN_EXPORT_H 3 #define VTKDSPFILTERSPLUGIN_EXPORT_H 5 #ifdef VTKDSPFILTERSPLUGIN_STATIC_DEFINE 6 # define VTKDSPFILTERSPLUGIN_EXPORT 7 # define VTKDSPFILTERSPLUGIN_NO_EXPORT 9 # ifndef VTKDSPFILTERSPLUGIN_EXPORT 10 # ifdef DSPFiltersPlugin_EXPORTS 12 # define VTKDSPFILTERSPLUGIN_EXPORT 15 # define VTKDSPFILTERSPLUGIN_EXPORT 19 # ifndef VTKDSPFILTERSPLUGIN_NO_EXPORT 20 # define VTKDSPFILTERSPLUGIN_NO_EXPORT 24 #ifndef VTKDSPFILTERSPLUGIN_DEPRECATED 25 # define VTKDSPFILTERSPLUGIN_DEPRECATED __attribute__ ((__deprecated__)) 28 #ifndef VTKDSPFILTERSPLUGIN_DEPRECATED_EXPORT 29 # define VTKDSPFILTERSPLUGIN_DEPRECATED_EXPORT VTKDSPFILTERSPLUGIN_EXPORT VTKDSPFILTERSPLUGIN_DEPRECATED 32 #ifndef VTKDSPFILTERSPLUGIN_DEPRECATED_NO_EXPORT 33 # define VTKDSPFILTERSPLUGIN_DEPRECATED_NO_EXPORT VTKDSPFILTERSPLUGIN_NO_EXPORT VTKDSPFILTERSPLUGIN_DEPRECATED 37 # ifndef VTKDSPFILTERSPLUGIN_NO_DEPRECATED 38 # define VTKDSPFILTERSPLUGIN_NO_DEPRECATED