IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
SuperPixelUpdateCenter.h
1 // SuperPixelUpdateCenter.h:
3 // -------------------------
4 //
15 
16 #ifndef __IPSDKIPLATTRIBUTES_SUPERPIXELUPDATECENTER_H__
17 #define __IPSDKIPLATTRIBUTES_SUPERPIXELUPDATECENTER_H__
18 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace attr {
25 
31 
32 IPSDK_DECLARE_NODE_DATA(IPSDKIPLAttributes, SuperPixelUpdateCenter,
33  ((LEAF)(SumX)(ipsdk::ipReal32)(0))
34  ((LEAF)(SumY)(ipsdk::ipReal32)(0))
35  ((LEAF)(SumZ)(ipsdk::ipReal32)(0))
36  ((LEAF)(NbPixels)(ipsdk::ipReal32)(0)))
37 };
38 
41 
44 typedef boost::shared_ptr<ipsdk::imaproc::attr::SuperPixelUpdateCenter> SuperPixelUpdateCenterPtr;
45 
48 typedef boost::shared_ptr<const ipsdk::imaproc::attr::SuperPixelUpdateCenter> SuperPixelUpdateCenterConstPtr;
49 
52 
53 } // end of namespace attr
54 } // end of namespace imaproc
55 } // end of namespace ipsdk
56 
57 #endif // __IPSDKIPLATTRIBUTES_SUPERPIXELUPDATECENTER_H__
#define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
boost::shared_ptr< const ipsdk::imaproc::attr::SuperPixelUpdateCenter > SuperPixelUpdateCenterConstPtr
shared pointer to const ipsdk::imaproc::attr::SuperPixelUpdateCenter
Definition: SuperPixelUpdateCenter.h:172
Definition of import/export macro for library.
boost::shared_ptr< ipsdk::imaproc::attr::SuperPixelUpdateCenter > SuperPixelUpdateCenterPtr
shared pointer to ipsdk::imaproc::attr::SuperPixelUpdateCenter
Definition: SuperPixelUpdateCenter.h:168
float ipReal32