#ifndef ITKIOTransformInsightLegacy_EXPORT_H #define ITKIOTransformInsightLegacy_EXPORT_H #ifdef ITK_STATIC # define ITKIOTransformInsightLegacy_EXPORT # define ITKIOTransformInsightLegacy_HIDDEN #else # ifndef ITKIOTransformInsightLegacy_EXPORT # ifdef ITKIOTransformInsightLegacy_EXPORTS /* We are building this library */ # define ITKIOTransformInsightLegacy_EXPORT __attribute__((visibility("default"))) # else /* We are using this library */ # define ITKIOTransformInsightLegacy_EXPORT __attribute__((visibility("default"))) # endif # endif # ifndef ITKIOTransformInsightLegacy_HIDDEN # define ITKIOTransformInsightLegacy_HIDDEN __attribute__((visibility("hidden"))) # endif #endif #ifndef ITKIOTRANSFORMINSIGHTLEGACY_DEPRECATED # define ITKIOTRANSFORMINSIGHTLEGACY_DEPRECATED __attribute__ ((__deprecated__)) #endif #ifndef ITKIOTRANSFORMINSIGHTLEGACY_DEPRECATED_EXPORT # define ITKIOTRANSFORMINSIGHTLEGACY_DEPRECATED_EXPORT ITKIOTransformInsightLegacy_EXPORT ITKIOTRANSFORMINSIGHTLEGACY_DEPRECATED #endif #ifndef ITKIOTRANSFORMINSIGHTLEGACY_DEPRECATED_NO_EXPORT # define ITKIOTRANSFORMINSIGHTLEGACY_DEPRECATED_NO_EXPORT ITKIOTransformInsightLegacy_HIDDEN ITKIOTRANSFORMINSIGHTLEGACY_DEPRECATED #endif #define DEFINE_NO_DEPRECATED 0 #if DEFINE_NO_DEPRECATED # define ITKIOTRANSFORMINSIGHTLEGACY_NO_DEPRECATED #endif #endif