Go to the documentation of this file. 2 #ifndef VTKPVVTKEXTENSIONSAMR_EXPORT_H 3 #define VTKPVVTKEXTENSIONSAMR_EXPORT_H 5 #ifdef VTKPVVTKEXTENSIONSAMR_STATIC_DEFINE 6 # define VTKPVVTKEXTENSIONSAMR_EXPORT 7 # define VTKPVVTKEXTENSIONSAMR_NO_EXPORT 9 # ifndef VTKPVVTKEXTENSIONSAMR_EXPORT 10 # ifdef VTKExtensionsAMR_EXPORTS 12 # define VTKPVVTKEXTENSIONSAMR_EXPORT __attribute__((visibility("default"))) 15 # define VTKPVVTKEXTENSIONSAMR_EXPORT __attribute__((visibility("default"))) 19 # ifndef VTKPVVTKEXTENSIONSAMR_NO_EXPORT 20 # define VTKPVVTKEXTENSIONSAMR_NO_EXPORT __attribute__((visibility("hidden"))) 24 #ifndef VTKPVVTKEXTENSIONSAMR_DEPRECATED 25 # define VTKPVVTKEXTENSIONSAMR_DEPRECATED __attribute__ ((__deprecated__)) 28 #ifndef VTKPVVTKEXTENSIONSAMR_DEPRECATED_EXPORT 29 # define VTKPVVTKEXTENSIONSAMR_DEPRECATED_EXPORT VTKPVVTKEXTENSIONSAMR_EXPORT VTKPVVTKEXTENSIONSAMR_DEPRECATED 32 #ifndef VTKPVVTKEXTENSIONSAMR_DEPRECATED_NO_EXPORT 33 # define VTKPVVTKEXTENSIONSAMR_DEPRECATED_NO_EXPORT VTKPVVTKEXTENSIONSAMR_NO_EXPORT VTKPVVTKEXTENSIONSAMR_DEPRECATED 37 # ifndef VTKPVVTKEXTENSIONSAMR_NO_DEPRECATED 38 # define VTKPVVTKEXTENSIONSAMR_NO_DEPRECATED