IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ExtentMsrInfo.h
1 // ExtentMsrInfo.h:
3 // ----------------
4 //
15 
16 #ifndef __IPSDKIPLSHAPEANALYSIS_EXTENTMSRINFO_H__
17 #define __IPSDKIPLSHAPEANALYSIS_EXTENTMSRINFO_H__
18 
20 #include <IPSDKIPL/IPSDKIPLShapeAnalysis/Measure/Geometry/Basic/HolesBasicPolicyMsrParams.h>
22 
23 namespace ipsdk {
24 namespace imaproc {
25 namespace shape {
26 namespace analysis {
27 
30 
34 
37 
38 // declare a measure information
40  Extent,
42  ((eMVP_2d)(Volume)(PolygonArea2d)(createHolesBasicPolicyMsrParams(_pMsrParams->getValue<ExtentMsrParams::ProcessHoles>())))
43  ((eMVP_3d)(Volume)(MeshVolume3d)(createHolesBasicPolicyMsrParams(_pMsrParams->getValue<ExtentMsrParams::ProcessHoles>())))
44  ((eMVP_2d)(BoundingBox)(BoundingBox2d))
45  ((eMVP_3d)(BoundingBox)(BoundingBox3d)),
46  eMUF_NoUnit)
47 
48 // methods
49 public:
50 
51 protected:
52 
53 // attributs
54 protected:
55 
56 };
57 
60 
61 } // end of namespace analysis
62 } // end of namespace shape
63 } // end of namespace imaproc
64 } // end of namespace ipsdk
65 
66 #endif // __IPSDKIPLSHAPEANALYSIS_EXTENTMSRINFO_H__
#define IPSDK_DECLARE_GENERIC_MEASURE_INFO_WITH_PARAMS(libraryName, msrName, msrResultType, msrDependSeq, msrUnitFormat)
HolesBasicPolicyMsrParams ExtentMsrParams
parameter type associated to class
Definition: ExtentMsrInfo.h:33
Definition of import/export macro for library.
Parameter object for measures needing a basic hole processing policy.
Definition: HolesBasicPolicyMsrParams.h:41
IPSDKIPLSHAPEANALYSIS_API HolesBasicPolicyMsrParamsPtr createHolesBasicPolicyMsrParams(const ipBool bProcessHoles)
function allowing to create a new parameter object for measures needing a basic hole processing polic...