Slicer  4.10
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
itkMRMLIDIOPlugin.h
Go to the documentation of this file.
1 #ifndef itkMRMLIDIOPlugin_h
2 #define itkMRMLIDIOPlugin_h
3 
4 #include "itkObjectFactoryBase.h"
5 
6 #ifdef WIN32
7 #ifdef MRMLIDIOPlugin_EXPORTS
8 #define MRMLIDIOPlugin_EXPORT __declspec(dllexport)
9 #else
10 #define MRMLIDIOPlugin_EXPORT __declspec(dllimport)
11 #endif
12 #else
13 #define MRMLIDIOPlugin_EXPORT
14 #endif
15 
22 extern "C" {
23  MRMLIDIOPlugin_EXPORT itk::ObjectFactoryBase* itkLoad();
24 }
25 #endif
#define MRMLIDIOPlugin_EXPORT
MRMLIDIOPlugin_EXPORT itk::ObjectFactoryBase * itkLoad()