IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
SumMsr.h
1 // SumMsr.h:
3 // ---------
4 //
15 
16 #ifndef __IPSDKIPLSHAPEANALYSIS_SUMMSR_H__
17 #define __IPSDKIPLSHAPEANALYSIS_SUMMSR_H__
18 
19 // suppression warnings
20 #pragma warning (push)
21 #pragma warning (disable : 4251)
22 
24 #include <IPSDKIPL/IPSDKIPLShapeAnalysis/Measure/Intensity/Statistics/Sum/SumMsrInfo.h>
25 
26 namespace ipsdk {
27 namespace imaproc {
28 namespace shape {
29 namespace analysis {
30 
33 
34 // declare a measure information
35 IPSDK_DECLARE_INTENSITY_MEASURE(IPSDKIPLShapeAnalysis, Sum)
36 
37 
38 // methods
39 public:
40 
41 protected:
42 
43 // attributes
44 protected:
45 
46 };
47 
50 
51 } // end of namespace analysis
52 } // end of namespace shape
53 } // end of namespace imaproc
54 } // end of namespace ipsdk
55 
56 #pragma warning (pop)
57 
58 #endif // __IPSDKIPLSHAPEANALYSIS_SUMMSR_H__
#define IPSDK_DECLARE_INTENSITY_MEASURE(libraryName, msrName)