#ifndef ITKDiffusionTensorImage_EXPORT_H #define ITKDiffusionTensorImage_EXPORT_H #ifdef ITK_STATIC # define ITKDiffusionTensorImage_EXPORT # define ITKDiffusionTensorImage_HIDDEN #else # ifndef ITKDiffusionTensorImage_EXPORT # ifdef ITKDiffusionTensorImage_EXPORTS /* We are building this library */ # define ITKDiffusionTensorImage_EXPORT __attribute__((visibility("default"))) # else /* We are using this library */ # define ITKDiffusionTensorImage_EXPORT __attribute__((visibility("default"))) # endif # endif # ifndef ITKDiffusionTensorImage_HIDDEN # define ITKDiffusionTensorImage_HIDDEN __attribute__((visibility("hidden"))) # endif #endif #ifndef ITKDIFFUSIONTENSORIMAGE_DEPRECATED # define ITKDIFFUSIONTENSORIMAGE_DEPRECATED __attribute__ ((__deprecated__)) #endif #ifndef ITKDIFFUSIONTENSORIMAGE_DEPRECATED_EXPORT # define ITKDIFFUSIONTENSORIMAGE_DEPRECATED_EXPORT ITKDiffusionTensorImage_EXPORT ITKDIFFUSIONTENSORIMAGE_DEPRECATED #endif #ifndef ITKDIFFUSIONTENSORIMAGE_DEPRECATED_NO_EXPORT # define ITKDIFFUSIONTENSORIMAGE_DEPRECATED_NO_EXPORT ITKDiffusionTensorImage_HIDDEN ITKDIFFUSIONTENSORIMAGE_DEPRECATED #endif /* NOLINTNEXTLINE(readability-avoid-unconditional-preprocessor-if) */ #if 0 /* DEFINE_NO_DEPRECATED */ # ifndef ITKDIFFUSIONTENSORIMAGE_NO_DEPRECATED # define ITKDIFFUSIONTENSORIMAGE_NO_DEPRECATED # endif #endif #endif /* ITKDiffusionTensorImage_EXPORT_H */