IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
OrientedBoundingBox3dMsrInfo.h
1 // OrientedBoundingBox3dMsrInfo.h:
3 // -------------------------------
4 //
15 
16 #ifndef __IPSDKIPLSHAPEANALYSIS_ORIENTEDBOUNDINGBOX3DMSRINFO_H__
17 #define __IPSDKIPLSHAPEANALYSIS_ORIENTEDBOUNDINGBOX3DMSRINFO_H__
18 
20 #include <IPSDKIPL/IPSDKIPLShapeAnalysis/Measure/Geometry/OrientedBoundingBox/OrientedBoundingBox3d/OrientedBoundingBox3dMsrParams.h>
21 #include <IPSDKIPL/IPSDKIPLShapeAnalysis/Measure/Geometry/FormFactor/FeretOrthogonalDiameters3d/FeretOrthogonalDiameters3dMsrParams.h>
23 
24 namespace ipsdk {
25 namespace imaproc {
26 namespace shape {
27 namespace analysis {
28 class OrientedBoundingBox3dMsrResults;
29 
32 
33 // declare a measure information
35  OrientedBoundingBox3d,
36  OrientedBoundingBox3dMsrResults,
37  ((eMVP_3d)(ConvexHull)(ConvexHull3d))
38  ((eMVP_3d)(Inertia)(Inertia3d)),
39  eMSR_RequireShapeBoundaryApprox,
40  eMUF_NoUnit);
41 
42 // methods
43 public:
44 
45 protected:
46 
48  virtual BoolResult validateMsrParams(const bool b2dMsrMode, const DataItemConstPtr& pMeasureParams) const;
49 
50 // attributs
51 protected:
52 
53 };
54 
57 
58 } // end of namespace analysis
59 } // end of namespace shape
60 } // end of namespace imaproc
61 } // end of namespace ipsdk
62 
63 #endif // __IPSDKIPLSHAPEANALYSIS_ORIENTEDBOUNDINGBOX3DMSRINFO_H__
boost::shared_ptr< const BaseDataItem > DataItemConstPtr
Definition of import/export macro for library.
#define IPSDK_DECLARE_GEOMETRY3D_MEASURE_INFO_WITH_PARAMS(libraryName, msrName, msrResultType, msrDependSeq, msrShapeRequirements, msrUnitFormat)