#ifndef ITKRegionGrowing_EXPORT_H #define ITKRegionGrowing_EXPORT_H #ifdef ITK_STATIC # define ITKRegionGrowing_EXPORT # define ITKRegionGrowing_HIDDEN #else # ifndef ITKRegionGrowing_EXPORT # ifdef ITKRegionGrowing_EXPORTS /* We are building this library */ # define ITKRegionGrowing_EXPORT __attribute__((visibility("default"))) # else /* We are using this library */ # define ITKRegionGrowing_EXPORT __attribute__((visibility("default"))) # endif # endif # ifndef ITKRegionGrowing_HIDDEN # define ITKRegionGrowing_HIDDEN __attribute__((visibility("hidden"))) # endif #endif #ifndef ITKREGIONGROWING_DEPRECATED # define ITKREGIONGROWING_DEPRECATED __attribute__ ((__deprecated__)) #endif #ifndef ITKREGIONGROWING_DEPRECATED_EXPORT # define ITKREGIONGROWING_DEPRECATED_EXPORT ITKRegionGrowing_EXPORT ITKREGIONGROWING_DEPRECATED #endif #ifndef ITKREGIONGROWING_DEPRECATED_NO_EXPORT # define ITKREGIONGROWING_DEPRECATED_NO_EXPORT ITKRegionGrowing_HIDDEN ITKREGIONGROWING_DEPRECATED #endif /* NOLINTNEXTLINE(readability-avoid-unconditional-preprocessor-if) */ #if 0 /* DEFINE_NO_DEPRECATED */ # ifndef ITKREGIONGROWING_NO_DEPRECATED # define ITKREGIONGROWING_NO_DEPRECATED # endif #endif #endif /* ITKRegionGrowing_EXPORT_H */