IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
IPSDKIPLStatsExports.h
Go to the documentation of this file.
1 // IPSDKIPLStatsExports.h:
3 // -----------------------
4 //
9 
10 #ifndef __IPSDKIPLSTATS_IPSDKIPLSTATSEXPORTS_H__
11 #define __IPSDKIPLSTATS_IPSDKIPLSTATSEXPORTS_H__
12 
15 
18 #ifdef IPSDK_WINDOWS
19  #ifdef IPSDKIPLSTATS_EXPORTS
20  #define IPSDKIPLSTATS_API __declspec(dllexport)
21  #else
22  #define IPSDKIPLSTATS_API __declspec(dllimport)
23  #endif
24 #else
25  #define IPSDKIPLSTATS_API
26 #endif
27 
30 #define IPSDK_LIB_API_IPSDKIPLStats() \
31  IPSDKIPLSTATS_API
32 
35 #define IPSDK_LIB_NAMESPACE_IPSDKIPLStats() \
36  ipsdk::imaproc::stats
37 
40 
41 #endif // __IPSDKIPLSTATS_IPSDKIPLSTATSEXPORTS_H__