IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
HoughLines2dPpties.h
1 // HoughLines2dPpties.h:
3 // ---------------------
4 //
15 
16 #ifndef __IPSDKIPLATTRIBUTES_HOUGHLINES2DPPTIES_H__
17 #define __IPSDKIPLATTRIBUTES_HOUGHLINES2DPPTIES_H__
18 
20 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/HoughLine2dPpties.h>
22 
23 namespace ipsdk {
24 namespace imaproc {
25 namespace attr {
26 
32 
33 IPSDK_DECLARE_NODE_DATA(IPSDKIPLAttributes, HoughLines2dPpties,
34  ((NODE_COLL)(Coll)(ipsdk::imaproc::attr::HoughLine2dPpties)))
35 };
36 
39 
42 typedef boost::shared_ptr<ipsdk::imaproc::attr::HoughLines2dPpties> HoughLines2dPptiesPtr;
43 
46 typedef boost::shared_ptr<const ipsdk::imaproc::attr::HoughLines2dPpties> HoughLines2dPptiesConstPtr;
47 
49 
50 } // end of namespace attr
51 } // end of namespace imaproc
52 } // end of namespace ipsdk
53 
54 #endif // __IPSDKIPLATTRIBUTES_HOUGHLINES2DPPTIES_H__
#define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
Definition of import/export macro for library.
boost::shared_ptr< ipsdk::imaproc::attr::HoughLines2dPpties > HoughLines2dPptiesPtr
shared pointer to ipsdk::imaproc::attr::HoughLines2dPpties
Definition: HoughLines2dPpties.h:128
boost::shared_ptr< const ipsdk::imaproc::attr::HoughLines2dPpties > HoughLines2dPptiesConstPtr
shared pointer to const ipsdk::imaproc::attr::HoughLines2dPpties
Definition: HoughLines2dPpties.h:132
Properties of a 2d line detected by 2d Hough algorithm.
Definition: HoughLine2dPpties.h:56