Go to the documentation of this file. 2 #ifndef VTKPVVTKEXTENSIONSINTERACTIONSTYLE_EXPORT_H 3 #define VTKPVVTKEXTENSIONSINTERACTIONSTYLE_EXPORT_H 5 #ifdef VTKPVVTKEXTENSIONSINTERACTIONSTYLE_STATIC_DEFINE 6 # define VTKPVVTKEXTENSIONSINTERACTIONSTYLE_EXPORT 7 # define VTKPVVTKEXTENSIONSINTERACTIONSTYLE_NO_EXPORT 9 # ifndef VTKPVVTKEXTENSIONSINTERACTIONSTYLE_EXPORT 10 # ifdef VTKExtensionsInteractionStyle_EXPORTS 12 # define VTKPVVTKEXTENSIONSINTERACTIONSTYLE_EXPORT __attribute__((visibility("default"))) 15 # define VTKPVVTKEXTENSIONSINTERACTIONSTYLE_EXPORT __attribute__((visibility("default"))) 19 # ifndef VTKPVVTKEXTENSIONSINTERACTIONSTYLE_NO_EXPORT 20 # define VTKPVVTKEXTENSIONSINTERACTIONSTYLE_NO_EXPORT __attribute__((visibility("hidden"))) 24 #ifndef VTKPVVTKEXTENSIONSINTERACTIONSTYLE_DEPRECATED 25 # define VTKPVVTKEXTENSIONSINTERACTIONSTYLE_DEPRECATED __attribute__ ((__deprecated__)) 28 #ifndef VTKPVVTKEXTENSIONSINTERACTIONSTYLE_DEPRECATED_EXPORT 29 # define VTKPVVTKEXTENSIONSINTERACTIONSTYLE_DEPRECATED_EXPORT VTKPVVTKEXTENSIONSINTERACTIONSTYLE_EXPORT VTKPVVTKEXTENSIONSINTERACTIONSTYLE_DEPRECATED 32 #ifndef VTKPVVTKEXTENSIONSINTERACTIONSTYLE_DEPRECATED_NO_EXPORT 33 # define VTKPVVTKEXTENSIONSINTERACTIONSTYLE_DEPRECATED_NO_EXPORT VTKPVVTKEXTENSIONSINTERACTIONSTYLE_NO_EXPORT VTKPVVTKEXTENSIONSINTERACTIONSTYLE_DEPRECATED 37 # ifndef VTKPVVTKEXTENSIONSINTERACTIONSTYLE_NO_DEPRECATED 38 # define VTKPVVTKEXTENSIONSINTERACTIONSTYLE_NO_DEPRECATED