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