IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
DistanceToNearestBarycenter2dMsrInfo.h
1 // DistanceToNearestBarycenter2dMsrInfo.h:
3 // ---------------------------------------
4 //
15 
16 #ifndef __IPSDKIPLSHAPEANALYSIS_DISTANCETONEARESTBARYCENTER2DMSRINFO_H__
17 #define __IPSDKIPLSHAPEANALYSIS_DISTANCETONEARESTBARYCENTER2DMSRINFO_H__
18 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace shape {
25 namespace analysis {
26 
29 
30 // declare a measure information
32  DistanceToNearestBarycenter2d,
34  ((eMVP_2d)(Barycenter2dCollRTree)(Barycenter2dCollRTree))
35  ((eMVP_2d)(Barycenter)(Barycenter2d)),
36  eMSR_RequireShapeNone,
37  eMUF_LengthUnit)
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_DISTANCETONEARESTBARYCENTER2DMSRINFO_H__
Definition of import/export macro for library.
#define IPSDK_DECLARE_GEOMETRY2D_MEASURE_INFO_WITHOUT_PARAMS(libraryName, msrName, msrResultType, msrDependSeq, msrShapeRequirements, msrUnitFormat)