Go to the documentation of this file. 2 #ifndef VTKREMOTINGVIEWSPYTHON_EXPORT_H 3 #define VTKREMOTINGVIEWSPYTHON_EXPORT_H 5 #ifdef VTKREMOTINGVIEWSPYTHON_STATIC_DEFINE 6 # define VTKREMOTINGVIEWSPYTHON_EXPORT 7 # define VTKREMOTINGVIEWSPYTHON_NO_EXPORT 9 # ifndef VTKREMOTINGVIEWSPYTHON_EXPORT 10 # ifdef RemotingViewsPython_EXPORTS 12 # define VTKREMOTINGVIEWSPYTHON_EXPORT __attribute__((visibility("default"))) 15 # define VTKREMOTINGVIEWSPYTHON_EXPORT __attribute__((visibility("default"))) 19 # ifndef VTKREMOTINGVIEWSPYTHON_NO_EXPORT 20 # define VTKREMOTINGVIEWSPYTHON_NO_EXPORT __attribute__((visibility("hidden"))) 24 #ifndef VTKREMOTINGVIEWSPYTHON_DEPRECATED 25 # define VTKREMOTINGVIEWSPYTHON_DEPRECATED __attribute__ ((__deprecated__)) 28 #ifndef VTKREMOTINGVIEWSPYTHON_DEPRECATED_EXPORT 29 # define VTKREMOTINGVIEWSPYTHON_DEPRECATED_EXPORT VTKREMOTINGVIEWSPYTHON_EXPORT VTKREMOTINGVIEWSPYTHON_DEPRECATED 32 #ifndef VTKREMOTINGVIEWSPYTHON_DEPRECATED_NO_EXPORT 33 # define VTKREMOTINGVIEWSPYTHON_DEPRECATED_NO_EXPORT VTKREMOTINGVIEWSPYTHON_NO_EXPORT VTKREMOTINGVIEWSPYTHON_DEPRECATED 37 # ifndef VTKREMOTINGVIEWSPYTHON_NO_DEPRECATED 38 # define VTKREMOTINGVIEWSPYTHON_NO_DEPRECATED