2 #ifndef MIRTK_Deformable_EXPORT_H 3 #define MIRTK_Deformable_EXPORT_H 5 #ifdef MIRTK_Deformable_STATIC_DEFINE 6 # define MIRTK_Deformable_EXPORT 7 # define MIRTK_Deformable_NO_EXPORT 9 # ifndef MIRTK_Deformable_EXPORT 10 # ifdef MIRTK_Deformable_EXPORTS 12 # define MIRTK_Deformable_EXPORT __attribute__((visibility("default"))) 15 # define MIRTK_Deformable_EXPORT __attribute__((visibility("default"))) 19 # ifndef MIRTK_Deformable_NO_EXPORT 20 # define MIRTK_Deformable_NO_EXPORT __attribute__((visibility("hidden"))) 24 #ifndef MIRTK_Deformable_DEPRECATED 25 # define MIRTK_Deformable_DEPRECATED __attribute__ ((__deprecated__)) 28 #ifndef MIRTK_Deformable_DEPRECATED_EXPORT 29 # define MIRTK_Deformable_DEPRECATED_EXPORT MIRTK_Deformable_EXPORT MIRTK_Deformable_DEPRECATED 32 #ifndef MIRTK_Deformable_DEPRECATED_NO_EXPORT 33 # define MIRTK_Deformable_DEPRECATED_NO_EXPORT MIRTK_Deformable_NO_EXPORT MIRTK_Deformable_DEPRECATED 37 # ifndef MIRTK_Deformable_NO_DEPRECATED 38 # define MIRTK_Deformable_NO_DEPRECATED