IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
HoughLine2dPpties.h
1 // HoughLine2dPpties.h:
3 // --------------------
4 //
15 
16 #ifndef __IPSDKIPLATTRIBUTES_HOUGHLINE2DPPTIES_H__
17 #define __IPSDKIPLATTRIBUTES_HOUGHLINE2DPPTIES_H__
18 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace attr {
25 
31 
32 IPSDK_DECLARE_NODE_DATA(IPSDKIPLAttributes, HoughLine2dPpties,
33  ((LEAF)(Rho)(ipsdk::ipReal64)(.0))
34  ((LEAF)(Theta)(ipsdk::ipReal64)(.0))
35  ((LEAF)(AccumIntensity)(ipsdk::ipReal64)(.0)))
36 };
37 
40 
43 typedef boost::shared_ptr<ipsdk::imaproc::attr::HoughLine2dPpties> HoughLine2dPptiesPtr;
44 
47 typedef boost::shared_ptr<const ipsdk::imaproc::attr::HoughLine2dPpties> HoughLine2dPptiesConstPtr;
48 
51 
56  const ipsdk::ipReal64 rho,
57  const ipsdk::ipReal64 theta,
58  const ipsdk::ipReal64 accumIntensity);
59 
60 } // end of namespace attr
61 } // end of namespace imaproc
62 } // end of namespace ipsdk
63 
64 #endif // __IPSDKIPLATTRIBUTES_HOUGHLINE2DPPTIES_H__
#define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
boost::shared_ptr< const ipsdk::imaproc::attr::HoughLine2dPpties > HoughLine2dPptiesConstPtr
shared pointer to const ipsdk::imaproc::attr::HoughLine2dPpties
Definition: HoughLine2dPpties.h:153
double ipReal64
boost::shared_ptr< ipsdk::imaproc::attr::HoughLine2dPpties > HoughLine2dPptiesPtr
shared pointer to ipsdk::imaproc::attr::HoughLine2dPpties
Definition: HoughLine2dPpties.h:149
Definition of import/export macro for library.
#define IPSDKIPLATTRIBUTES_API
Import/Export macro for library IPSDKIPLAttributes.
Definition: IPSDKIPLAttributesExports.h:25
IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::HoughLine2dPptiesPtr createHoughLine2dPpties(const ipsdk::ipReal64 rho, const ipsdk::ipReal64 theta, const ipsdk::ipReal64 accumIntensity)
function allowing to create a HoughLine2dPpties data item