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