IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
BoundingBoxMinZMsrInfo.h
1 // BoundingBoxMinZMsrInfo.h:
3 // -------------------------
4 //
15 
16 #ifndef __IPSDKIPLSHAPEANALYSIS_BOUNDINGBOXMINZMSRINFO_H__
17 #define __IPSDKIPLSHAPEANALYSIS_BOUNDINGBOXMINZMSRINFO_H__
18 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace shape {
25 namespace analysis {
26 
29 
30 // declare a measure information
32  BoundingBoxMinZ,
34  ((eMVP_3d)(BoundingBox)(BoundingBox3d)),
35  eMUF_LengthUnit)
36 
37 // methods
38 public:
39 
40 protected:
41 
42 // attributs
43 protected:
44 
45 };
46 
49 
50 } // end of namespace analysis
51 } // end of namespace shape
52 } // end of namespace imaproc
53 } // end of namespace ipsdk
54 
55 #endif // __IPSDKIPLSHAPEANALYSIS_BOUNDINGBOXMINZMSRINFO_H__
#define IPSDK_DECLARE_GENERIC_MEASURE_INFO_WITHOUT_PARAMS(libraryName, msrName, msrResultType, msrDependSeq, msrUnitFormat)
Definition of import/export macro for library.