IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Barycenter2dMsrInfo.h
1 // Barycenter2dMsrInfo.h:
3 // ----------------------
4 //
15 
16 #ifndef __IPSDKIPLSHAPEANALYSIS_BARYCENTER2DMSRINFO_H__
17 #define __IPSDKIPLSHAPEANALYSIS_BARYCENTER2DMSRINFO_H__
18 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace shape {
25 namespace analysis {
26 class Barycenter2dMsrResults;
27 
30 
31 // declare a measure information
33  Barycenter2d,
34  Barycenter2dMsrResults,
35  ((eMVP_2d)(NbPixels)(NbPixels2d)),
36  eMSR_RequireShapeRowIntersect,
37  eMUF_NoUnit)
38 
39 // methods
40 public:
41 
42 protected:
43 
44 // attributs
45 protected:
46 
47 };
48 
51 
52 } // end of namespace analysis
53 } // end of namespace shape
54 } // end of namespace imaproc
55 } // end of namespace ipsdk
56 
57 #endif // __IPSDKIPLSHAPEANALYSIS_BARYCENTER2DMSRINFO_H__
Definition of import/export macro for library.
#define IPSDK_DECLARE_GEOMETRY2D_MEASURE_INFO_WITHOUT_PARAMS(libraryName, msrName, msrResultType, msrDependSeq, msrShapeRequirements, msrUnitFormat)