IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
FeretDiameter2dMsrInfo.h
1 // FeretDiameter2dMsrInfo.h:
3 // -------------------------
4 //
15 
16 #ifndef __IPSDKIPLSHAPEANALYSIS_FERETDIAMETER2DMSRINFO_H__
17 #define __IPSDKIPLSHAPEANALYSIS_FERETDIAMETER2DMSRINFO_H__
18 
20 #include <IPSDKIPL/IPSDKIPLShapeAnalysis/Measure/Geometry/FormFactor/FeretDiameter2d/FeretDiameter2dMsrParams.h>
22 
23 namespace ipsdk {
24 namespace imaproc {
25 namespace shape {
26 namespace analysis {
27 
30 
31 // declare a measure information
33  FeretDiameter2d,
35  IPSDK_MEASURE_NO_DEPENDENCY,
36  eMUF_LengthUnit)
37 
38 // methods
39 public:
40 
41 protected:
42 
44  virtual void createCustomDependencies(const bool b2dMsrMode);
45 
47  virtual BoolResult validateMsrParams(const bool b2dMsrMode, const DataItemConstPtr& pMeasureParams) const;
48 
49 // attributs
50 protected:
51 
52 };
53 
56 
57 } // end of namespace analysis
58 } // end of namespace shape
59 } // end of namespace imaproc
60 } // end of namespace ipsdk
61 
62 #endif // __IPSDKIPLSHAPEANALYSIS_FERETDIAMETER2DMSRINFO_H__
#define IPSDK_DECLARE_GENERIC_MEASURE_INFO_WITH_PARAMS(libraryName, msrName, msrResultType, msrDependSeq, msrUnitFormat)
boost::shared_ptr< const BaseDataItem > DataItemConstPtr
Definition of import/export macro for library.