itkCommandIOPlugin.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014 #ifndef __itkCommandIOPlugin_h
00015 #define __itkCommandIOPlugin_h
00016
00017 #include "itkObjectFactoryBase.h"
00018
00019 #ifdef WIN32
00020 #ifdef CommandIOPlugin_EXPORTS
00021 #define CommandIOPlugin_EXPORT __declspec(dllexport)
00022 #else
00023 #define CommandIOPlugin_EXPORT __declspec(dllimport)
00024 #endif
00025 #else
00026 #define CommandIOPlugin_EXPORT
00027 #endif
00028
00035 extern "C" {
00036 CommandIOPlugin_EXPORT itk::ObjectFactoryBase* itkLoad();
00037 }
00038 #endif