IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
RadiusAngularityIndex2dMsrParams.h
1 // RadiusAngularityIndex2dMsrParams.h:
3 // -----------------------------------
4 //
15 
16 #ifndef __IPSDKIPLSHAPEANALYSIS_RADIUSANGULARITYINDEX2DMSRPARAMS_H__
17 #define __IPSDKIPLSHAPEANALYSIS_RADIUSANGULARITYINDEX2DMSRPARAMS_H__
18 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace shape {
25 namespace analysis {
26 
29 
30 IPSDK_DECLARE_NODE_DATA(IPSDKIPLShapeAnalysis, RadiusAngularityIndex2dMsrParams,
31  ((LEAF)(ProcessHoles)(ipsdk::ipBool)(true))
32  ((LEAF)(NbOrientations)(ipsdk::ipUInt32)(360)))
33 };
34 
37 
39 typedef boost::shared_ptr<RadiusAngularityIndex2dMsrParams> RadiusAngularityIndex2dMsrParamsPtr;
40 
42 typedef boost::shared_ptr<const RadiusAngularityIndex2dMsrParams> RadiusAngularityIndex2dMsrParamsConstPtr;
43 
46 
50  const ipUInt32 nbOrientations);
51 
54 
55 } // end of namespace analysis
56 } // end of namespace shape
57 } // end of namespace imaproc
58 } // end of namespace ipsdk
59 
60 #endif // __IPSDKIPLSHAPEANALYSIS_RADIUSANGULARITYINDEX2DMSRPARAMS_H__
#define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
boost::shared_ptr< const RadiusAngularityIndex2dMsrParams > RadiusAngularityIndex2dMsrParamsConstPtr
shared pointer to const RadiusAngularityIndex2dMsrParams
Definition: RadiusAngularityIndex2dMsrParams.h:120
IPSDKIPLSHAPEANALYSIS_API RadiusAngularityIndex2dMsrParamsPtr createRadiusAngularityIndex2dMsrParams(const ipBool bProcessHoles, const ipUInt32 nbOrientations)
function allowing to create a new parameter object for RadiusAngularityIndex2d measure ...
Definition of import/export macro for library.
bool ipBool
boost::shared_ptr< RadiusAngularityIndex2dMsrParams > RadiusAngularityIndex2dMsrParamsPtr
shared pointer to RadiusAngularityIndex2dMsrParams
Definition: RadiusAngularityIndex2dMsrParams.h:117
#define IPSDKIPLSHAPEANALYSIS_API
Import/Export macro for library IPSDKIPLShapeAnalysis.
Definition: IPSDKIPLShapeAnalysisExports.h:25
uint32_t ipUInt32