IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
MinFeretPt0ZMsrParams.h
1 // MinFeretPt0ZMsrParams.h:
3 // ------------------------
4 //
15 
16 #ifndef __IPSDKIPLSHAPEANALYSIS_MINFERETPT0ZMSRPARAMS_H__
17 #define __IPSDKIPLSHAPEANALYSIS_MINFERETPT0ZMSRPARAMS_H__
18 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace shape {
25 namespace analysis {
26 
29 
30 IPSDK_DECLARE_NODE_DATA(IPSDKIPLShapeAnalysis, MinFeretPt0ZMsrParams,
31  ((LEAF)(NbOrientations)(ipsdk::ipUInt32)(90)))
32 };
33 
36 
38 typedef boost::shared_ptr<MinFeretPt0ZMsrParams> MinFeretPt0ZMsrParamsPtr;
39 
41 typedef boost::shared_ptr<const MinFeretPt0ZMsrParams> MinFeretPt0ZMsrParamsConstPtr;
42 
45 
48 createMinFeretPt0ZMsrParams(const ipsdk::ipUInt32 nbOrientations);
49 
52 
53 } // end of namespace analysis
54 } // end of namespace shape
55 } // end of namespace imaproc
56 } // end of namespace ipsdk
57 
58 #endif // __IPSDKIPLSHAPEANALYSIS_MINFERETPT0ZMSRPARAMS_H__
boost::shared_ptr< MinFeretPt0ZMsrParams > MinFeretPt0ZMsrParamsPtr
shared pointer to MinFeretPt0ZMsrParams
Definition: MinFeretPt0ZMsrParams.h:99
IPSDKIPLSHAPEANALYSIS_API MinFeretPt0ZMsrParamsPtr createMinFeretPt0ZMsrParams(const ipsdk::ipUInt32 nbOrientations)
function allowing to create a new parameter object for MinFeretPt0Z measure
#define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
Definition of import/export macro for library.
boost::shared_ptr< const MinFeretPt0ZMsrParams > MinFeretPt0ZMsrParamsConstPtr
shared pointer to const MinFeretPt0ZMsrParams
Definition: MinFeretPt0ZMsrParams.h:102
#define IPSDKIPLSHAPEANALYSIS_API
Import/Export macro for library IPSDKIPLShapeAnalysis.
Definition: IPSDKIPLShapeAnalysisExports.h:25
uint32_t ipUInt32