IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
DistanceToNearestBarycenter3dMsrInfo.h
1 // DistanceToNearestBarycenter3dMsrInfo.h:
3 // ---------------------------------------
4 //
15 
16 #ifndef __IPSDKIPLSHAPEANALYSIS_DISTANCETONEARESTBARYCENTER3DMSRINFO_H__
17 #define __IPSDKIPLSHAPEANALYSIS_DISTANCETONEARESTBARYCENTER3DMSRINFO_H__
18 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace shape {
25 namespace analysis {
26 
27 
30 
31 // declare a measure information
33  DistanceToNearestBarycenter3d,
35  ((eMVP_3d)(Barycenter3dCollRTree)(Barycenter3dCollRTree))
36  ((eMVP_3d)(Barycenter)(Barycenter3d)),
37  eMSR_RequireShapeNone,
38  eMUF_LengthUnit)
39 
40 // methods
41 public:
42 
43 protected:
44 
45 // attributs
46 protected:
47 
48 };
49 
52 
53 } // end of namespace analysis
54 } // end of namespace shape
55 } // end of namespace imaproc
56 } // end of namespace ipsdk
57 
58 #endif // __IPSDKIPLSHAPEANALYSIS_DISTANCETONEARESTBARYCENTER3DMSRINFO_H__
Definition of import/export macro for library.
#define IPSDK_DECLARE_GEOMETRY3D_MEASURE_INFO_WITHOUT_PARAMS(libraryName, msrName, msrResultType, msrDependSeq, msrShapeRequirements, msrUnitFormat)