IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
PlanIndexedHoughSpheres3dPpties.h
1 // PlanIndexedHoughSpheres3dPpties.h:
3 // -----------
4 //
15 
16 #ifndef __IPSDKIPLATTRIBUTES_PLANINDEXEDHOUGHSPHERE3DPPTIES_H__
17 #define __IPSDKIPLATTRIBUTES_PLANINDEXEDHOUGHSPHERE3DPPTIES_H__
18 
21 #include <IPSDKIPL/IPSDKIPLAttributes/DataItem/HoughSpheres3dPpties.h>
22 
23 namespace ipsdk {
24 namespace imaproc {
25 namespace attr {
26 
32 
36 };
37 
40 
43 typedef boost::shared_ptr<ipsdk::imaproc::attr::PlanIndexedHoughSpheres3dPpties> PlanIndexedHoughSpheres3dPptiesPtr;
44 
47 typedef boost::shared_ptr<const ipsdk::imaproc::attr::PlanIndexedHoughSpheres3dPpties> PlanIndexedHoughSpheres3dPptiesConstPtr;
48 
51 
52 } // end of namespace attr
53 } // end of namespace imaproc
54 } // end of namespace ipsdk
55 
56 #endif // __IPSDKIPLATTRIBUTES_PLANINDEXEDHOUGHSPHERE3DPPTIES_H__
boost::shared_ptr< ipsdk::imaproc::attr::PlanIndexedHoughSpheres3dPpties > PlanIndexedHoughSpheres3dPptiesPtr
shared pointer to ipsdk::imaproc::attr::PlanIndexedHoughSpheres3dPpties
Definition: PlanIndexedHoughSpheres3dPpties.h:49
Plan indexed collection of 2d circles detected by 2d Hough algorithm.
Definition: PlanIndexedHoughSpheres3dPpties.h:33
Definition of import/export macro for library.
#define IPSDK_DECLARE_PLAN_INDEXED_COLL(libraryName, className, dataType)
Collection of 3d spheres detected by 3d Hough algorithm.
Definition: HoughSpheres3dPpties.h:53
boost::shared_ptr< const ipsdk::imaproc::attr::PlanIndexedHoughSpheres3dPpties > PlanIndexedHoughSpheres3dPptiesConstPtr
shared pointer to const ipsdk::imaproc::attr::PlanIndexedHoughSpheres3dPpties
Definition: PlanIndexedHoughSpheres3dPpties.h:53