IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
NbConnectedComponents3dMsrInfo.h
1 // NbConnectedComponents3dMsrInfo.h:
3 // ---------------------------------
4 //
15 
16 #ifndef __IPSDKIPLSHAPEANALYSIS_NBCONNECTEDCOMPONENTS3DMSRINFO_H__
17 #define __IPSDKIPLSHAPEANALYSIS_NBCONNECTEDCOMPONENTS3DMSRINFO_H__
18 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace shape {
25 namespace analysis {
26 
27 
30 
31 // declare a measure information
33  NbConnectedComponents3d,
35  IPSDK_MEASURE_NO_DEPENDENCY,
36  eMSR_RequireShapeBoundaryApprox,
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_NBCONNECTEDCOMPONENTS3DMSRINFO_H__
Definition of import/export macro for library.
#define IPSDK_DECLARE_GEOMETRY3D_MEASURE_INFO_WITHOUT_PARAMS(libraryName, msrName, msrResultType, msrDependSeq, msrShapeRequirements, msrUnitFormat)