IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
MaxFeretPt0ZMsr.h
1 // MaxFeretPt0ZMsr.h:
3 // ------------------
4 //
15 
16 #ifndef __IPSDKIPLSHAPEANALYSIS_MAXFERETPT0ZMSR_H__
17 #define __IPSDKIPLSHAPEANALYSIS_MAXFERETPT0ZMSR_H__
18 
19 // suppression warnings
20 #pragma warning (push)
21 #pragma warning (disable : 4251)
22 
25 #include <IPSDKIPL/IPSDKIPLShapeAnalysis/Measure/Geometry/FormFactor/MaxFeretPt0Z/MaxFeretPt0ZMsrInfo.h>
26 
27 namespace ipsdk {
28 namespace imaproc {
29 namespace shape {
30 namespace analysis {
31 
34 
35 // declare a measure object
36 IPSDK_DECLARE_GENERIC_MEASURE(IPSDKIPLShapeAnalysis, MaxFeretPt0Z)
37 
38 // methods
39 public:
40 
41 // attributes
42 protected:
43 
44 };
45 
48 
49 } // end of namespace analysis
50 } // end of namespace shape
51 } // end of namespace imaproc
52 } // end of namespace ipsdk
53 
54 #pragma warning (pop)
55 
56 #endif // __IPSDKIPLSHAPEANALYSIS_MAXFERETPT0ZMSR_H__
Definition of import/export macro for library.
#define IPSDK_DECLARE_GENERIC_MEASURE(libraryName, msrName)