Slicer
5.2
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Libs
MRML
IDImageIO
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
MRMLIDIOPlugin_EXPORT
#define MRMLIDIOPlugin_EXPORT
Definition:
itkMRMLIDIOPlugin.h:13
itkLoad
MRMLIDIOPlugin_EXPORT itk::ObjectFactoryBase * itkLoad()
Generated on Thu Nov 24 2022 07:48:28 for Slicer by
1.8.14