|
Slicer 4.2
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
00001 #ifndef __itkMRMLIDIOPlugin_h 00002 #define __itkMRMLIDIOPlugin_h 00003 00004 #include "itkObjectFactoryBase.h" 00005 00006 #ifdef WIN32 00007 #ifdef MRMLIDIOPlugin_EXPORTS 00008 #define MRMLIDIOPlugin_EXPORT __declspec(dllexport) 00009 #else 00010 #define MRMLIDIOPlugin_EXPORT __declspec(dllimport) 00011 #endif 00012 #else 00013 #define MRMLIDIOPlugin_EXPORT 00014 #endif 00015 00022 extern "C" { 00023 MRMLIDIOPlugin_EXPORT itk::ObjectFactoryBase* itkLoad(); 00024 } 00025 #endif
1.7.4