Go to the documentation of this file. 2 #ifndef VTKREMOTINGSERVERMANAGERPYTHON_EXPORT_H 3 #define VTKREMOTINGSERVERMANAGERPYTHON_EXPORT_H 5 #ifdef VTKREMOTINGSERVERMANAGERPYTHON_STATIC_DEFINE 6 # define VTKREMOTINGSERVERMANAGERPYTHON_EXPORT 7 # define VTKREMOTINGSERVERMANAGERPYTHON_NO_EXPORT 9 # ifndef VTKREMOTINGSERVERMANAGERPYTHON_EXPORT 10 # ifdef RemotingServerManagerPython_EXPORTS 12 # define VTKREMOTINGSERVERMANAGERPYTHON_EXPORT __attribute__((visibility("default"))) 15 # define VTKREMOTINGSERVERMANAGERPYTHON_EXPORT __attribute__((visibility("default"))) 19 # ifndef VTKREMOTINGSERVERMANAGERPYTHON_NO_EXPORT 20 # define VTKREMOTINGSERVERMANAGERPYTHON_NO_EXPORT __attribute__((visibility("hidden"))) 24 #ifndef VTKREMOTINGSERVERMANAGERPYTHON_DEPRECATED 25 # define VTKREMOTINGSERVERMANAGERPYTHON_DEPRECATED __attribute__ ((__deprecated__)) 28 #ifndef VTKREMOTINGSERVERMANAGERPYTHON_DEPRECATED_EXPORT 29 # define VTKREMOTINGSERVERMANAGERPYTHON_DEPRECATED_EXPORT VTKREMOTINGSERVERMANAGERPYTHON_EXPORT VTKREMOTINGSERVERMANAGERPYTHON_DEPRECATED 32 #ifndef VTKREMOTINGSERVERMANAGERPYTHON_DEPRECATED_NO_EXPORT 33 # define VTKREMOTINGSERVERMANAGERPYTHON_DEPRECATED_NO_EXPORT VTKREMOTINGSERVERMANAGERPYTHON_NO_EXPORT VTKREMOTINGSERVERMANAGERPYTHON_DEPRECATED 37 # ifndef VTKREMOTINGSERVERMANAGERPYTHON_NO_DEPRECATED 38 # define VTKREMOTINGSERVERMANAGERPYTHON_NO_DEPRECATED