Slicer 5.6
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Loading...
Searching...
No Matches
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
22extern "C" {
23 MRMLIDIOPlugin_EXPORT itk::ObjectFactoryBase* itkLoad();
24}
25#endif
MRMLIDIOPlugin_EXPORT itk::ObjectFactoryBase * itkLoad()
#define MRMLIDIOPlugin_EXPORT