Go to the documentation of this file. 2 #ifndef VTKREMOTINGIMPORT_EXPORT_H 3 #define VTKREMOTINGIMPORT_EXPORT_H 5 #ifdef VTKREMOTINGIMPORT_STATIC_DEFINE 6 # define VTKREMOTINGIMPORT_EXPORT 7 # define VTKREMOTINGIMPORT_NO_EXPORT 9 # ifndef VTKREMOTINGIMPORT_EXPORT 10 # ifdef RemotingImport_EXPORTS 12 # define VTKREMOTINGIMPORT_EXPORT __attribute__((visibility("default"))) 15 # define VTKREMOTINGIMPORT_EXPORT __attribute__((visibility("default"))) 19 # ifndef VTKREMOTINGIMPORT_NO_EXPORT 20 # define VTKREMOTINGIMPORT_NO_EXPORT __attribute__((visibility("hidden"))) 24 #ifndef VTKREMOTINGIMPORT_DEPRECATED 25 # define VTKREMOTINGIMPORT_DEPRECATED __attribute__ ((__deprecated__)) 28 #ifndef VTKREMOTINGIMPORT_DEPRECATED_EXPORT 29 # define VTKREMOTINGIMPORT_DEPRECATED_EXPORT VTKREMOTINGIMPORT_EXPORT VTKREMOTINGIMPORT_DEPRECATED 32 #ifndef VTKREMOTINGIMPORT_DEPRECATED_NO_EXPORT 33 # define VTKREMOTINGIMPORT_DEPRECATED_NO_EXPORT VTKREMOTINGIMPORT_NO_EXPORT VTKREMOTINGIMPORT_DEPRECATED 37 # ifndef VTKREMOTINGIMPORT_NO_DEPRECATED 38 # define VTKREMOTINGIMPORT_NO_DEPRECATED