IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ImageBordersContact2dMsrInfo.h
1 // ImageBordersContact2dMsrInfo.h:
3 // -------------------------------
4 //
15 
16 #ifndef __IPSDKIPLSHAPEANALYSIS_IMAGEBORDERSCONTACT2DMSRINFO_H__
17 #define __IPSDKIPLSHAPEANALYSIS_IMAGEBORDERSCONTACT2DMSRINFO_H__
18 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace shape {
25 namespace analysis {
26 
27 class ImageBordersContactMsrResults;
28 
31 
32 // declare a measure information
34  ImageBordersContact2d,
35  ImageBordersContactMsrResults,
36  IPSDK_MEASURE_NO_DEPENDENCY,
37  eMSR_RequireShapeRowIntersect,
38  eMUF_NoUnit)
39 
40 // methods
41 public:
43  bool requiresInputImage() const
44  {
45  return true;
46  }
47 
48 protected:
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_IMAGEBORDERSCONTACT2DMSRINFO_H__
Definition of import/export macro for library.
#define IPSDK_DECLARE_GEOMETRY2D_MEASURE_INFO_WITHOUT_PARAMS(libraryName, msrName, msrResultType, msrDependSeq, msrShapeRequirements, msrUnitFormat)