Go to the documentation of this file. 2 #ifndef VTKFILTERSGEOMETRYPREVIEW_EXPORT_H 3 #define VTKFILTERSGEOMETRYPREVIEW_EXPORT_H 5 #ifdef VTKFILTERSGEOMETRYPREVIEW_STATIC_DEFINE 6 # define VTKFILTERSGEOMETRYPREVIEW_EXPORT 7 # define VTKFILTERSGEOMETRYPREVIEW_NO_EXPORT 9 # ifndef VTKFILTERSGEOMETRYPREVIEW_EXPORT 10 # ifdef FiltersGeometryPreview_EXPORTS 12 # define VTKFILTERSGEOMETRYPREVIEW_EXPORT __attribute__((visibility("default"))) 15 # define VTKFILTERSGEOMETRYPREVIEW_EXPORT __attribute__((visibility("default"))) 19 # ifndef VTKFILTERSGEOMETRYPREVIEW_NO_EXPORT 20 # define VTKFILTERSGEOMETRYPREVIEW_NO_EXPORT __attribute__((visibility("hidden"))) 24 #ifndef VTKFILTERSGEOMETRYPREVIEW_DEPRECATED 25 # define VTKFILTERSGEOMETRYPREVIEW_DEPRECATED __attribute__ ((__deprecated__)) 28 #ifndef VTKFILTERSGEOMETRYPREVIEW_DEPRECATED_EXPORT 29 # define VTKFILTERSGEOMETRYPREVIEW_DEPRECATED_EXPORT VTKFILTERSGEOMETRYPREVIEW_EXPORT VTKFILTERSGEOMETRYPREVIEW_DEPRECATED 32 #ifndef VTKFILTERSGEOMETRYPREVIEW_DEPRECATED_NO_EXPORT 33 # define VTKFILTERSGEOMETRYPREVIEW_DEPRECATED_NO_EXPORT VTKFILTERSGEOMETRYPREVIEW_NO_EXPORT VTKFILTERSGEOMETRYPREVIEW_DEPRECATED 37 # ifndef VTKFILTERSGEOMETRYPREVIEW_NO_DEPRECATED 38 # define VTKFILTERSGEOMETRYPREVIEW_NO_DEPRECATED