Go to the documentation of this file. 2 #ifndef VTKPVINSITU_EXPORT_H 3 #define VTKPVINSITU_EXPORT_H 5 #ifdef VTKPVINSITU_STATIC_DEFINE 6 # define VTKPVINSITU_EXPORT 7 # define VTKPVINSITU_NO_EXPORT 9 # ifndef VTKPVINSITU_EXPORT 10 # ifdef InSitu_EXPORTS 12 # define VTKPVINSITU_EXPORT __attribute__((visibility("default"))) 15 # define VTKPVINSITU_EXPORT __attribute__((visibility("default"))) 19 # ifndef VTKPVINSITU_NO_EXPORT 20 # define VTKPVINSITU_NO_EXPORT __attribute__((visibility("hidden"))) 24 #ifndef VTKPVINSITU_DEPRECATED 25 # define VTKPVINSITU_DEPRECATED __attribute__ ((__deprecated__)) 28 #ifndef VTKPVINSITU_DEPRECATED_EXPORT 29 # define VTKPVINSITU_DEPRECATED_EXPORT VTKPVINSITU_EXPORT VTKPVINSITU_DEPRECATED 32 #ifndef VTKPVINSITU_DEPRECATED_NO_EXPORT 33 # define VTKPVINSITU_DEPRECATED_NO_EXPORT VTKPVINSITU_NO_EXPORT VTKPVINSITU_DEPRECATED 37 # ifndef VTKPVINSITU_NO_DEPRECATED 38 # define VTKPVINSITU_NO_DEPRECATED