Slicer
4.11
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Libs
MRML
IDImageIO
itkMRMLIDIOExport.h
Go to the documentation of this file.
1
/*=auto=========================================================================
2
3
Portions (c) Copyright 2005 Brigham and Women's Hospital (BWH) All Rights Reserved.
4
5
See COPYRIGHT.txt
6
or http://www.slicer.org/copyright/copyright.txt for details.
7
8
=========================================================================auto=*/
9
14
15
#ifndef itkMRMLIDIOExport_h
16
#define itkMRMLIDIOExport_h
17
18
#include <itkMRMLIDImageIOConfigure.h>
19
20
#if defined(WIN32) && !defined(MRMLIDIO_STATIC)
21
#if defined(MRMLIDIO_EXPORTS)
22
#define MRMLIDImageIO_EXPORT __declspec( dllexport )
23
#else
24
#define MRMLIDImageIO_EXPORT __declspec( dllimport )
25
#endif
26
#else
27
#define MRMLIDImageIO_EXPORT
28
#endif
29
30
#endif
Generated on Mon May 2 2022 16:14:13 for Slicer by
1.8.14