Go to the documentation of this file. 2 #ifndef VTKIOAVMESH_EXPORT_H 3 #define VTKIOAVMESH_EXPORT_H 5 #ifdef VTKIOAVMESH_STATIC_DEFINE 6 # define VTKIOAVMESH_EXPORT 7 # define VTKIOAVMESH_NO_EXPORT 9 # ifndef VTKIOAVMESH_EXPORT 10 # ifdef IOAvmesh_EXPORTS 12 # define VTKIOAVMESH_EXPORT __attribute__((visibility("default"))) 15 # define VTKIOAVMESH_EXPORT __attribute__((visibility("default"))) 19 # ifndef VTKIOAVMESH_NO_EXPORT 20 # define VTKIOAVMESH_NO_EXPORT __attribute__((visibility("hidden"))) 24 #ifndef VTKIOAVMESH_DEPRECATED 25 # define VTKIOAVMESH_DEPRECATED __attribute__ ((__deprecated__)) 28 #ifndef VTKIOAVMESH_DEPRECATED_EXPORT 29 # define VTKIOAVMESH_DEPRECATED_EXPORT VTKIOAVMESH_EXPORT VTKIOAVMESH_DEPRECATED 32 #ifndef VTKIOAVMESH_DEPRECATED_NO_EXPORT 33 # define VTKIOAVMESH_DEPRECATED_NO_EXPORT VTKIOAVMESH_NO_EXPORT VTKIOAVMESH_DEPRECATED 37 # ifndef VTKIOAVMESH_NO_DEPRECATED 38 # define VTKIOAVMESH_NO_DEPRECATED