IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
IPSDKBaseShapeAnalysisExports.h
Go to the documentation of this file.
1 // IPSDKBaseShapeAnalysisExports.h:
3 // --------------------------------
4 //
9 
10 #ifndef __IPSDKBASESHAPEANALYSIS_IPSDKBASESHAPEANALYSISEXPORTS_H__
11 #define __IPSDKBASESHAPEANALYSIS_IPSDKBASESHAPEANALYSISEXPORTS_H__
12 
15 
18 #ifdef IPSDK_WINDOWS
19  #ifdef IPSDKBASESHAPEANALYSIS_EXPORTS
20  #define IPSDKBASESHAPEANALYSIS_API __declspec(dllexport)
21  #else
22  #define IPSDKBASESHAPEANALYSIS_API __declspec(dllimport)
23  #endif
24 #else
25  #define IPSDKBASESHAPEANALYSIS_API
26 #endif
27 
30 #define IPSDK_LIB_API_IPSDKBaseShapeAnalysis() \
31  IPSDKBASESHAPEANALYSIS_API
32 
35 #define IPSDK_LIB_NAMESPACE_IPSDKBaseShapeAnalysis() \
36  ipsdk::shape::analysis
37 
40 
41 #endif // __IPSDKBASESHAPEANALYSIS_IPSDKBASESHAPEANALYSISEXPORTS_H__