IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
SizeSuperPixels.h
1 // SizeSuperPixels.h:
3 // ------------------
4 //
15 
16 #ifndef __IPSDKIPLATTRIBUTES_SIZESUPERPIXELS_H__
17 #define __IPSDKIPLATTRIBUTES_SIZESUPERPIXELS_H__
18 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace attr {
25 
31 
32 IPSDK_DECLARE_NODE_DATA(IPSDKIPLAttributes, SizeSuperPixels,
33  ((LEAF)(SizeX)(ipsdk::ipReal64)(0))
34  ((LEAF)(SizeY)(ipsdk::ipReal64)(0))
35  ((LEAF)(SizeZ)(ipsdk::ipReal64)(0))
36  ((LEAF)(NbX)(ipsdk::ipUInt64)(0))
37  ((LEAF)(NbY)(ipsdk::ipUInt64)(0))
38  ((LEAF)(NbZ)(ipsdk::ipUInt64)(0)))
39 };
40 
43 
46 typedef boost::shared_ptr<ipsdk::imaproc::attr::SizeSuperPixels> SizeSuperPixelsPtr;
47 
50 typedef boost::shared_ptr<const ipsdk::imaproc::attr::SizeSuperPixels> SizeSuperPixelsConstPtr;
51 
54 
55 } // end of namespace attr
56 } // end of namespace imaproc
57 } // end of namespace ipsdk
58 
59 #endif // __IPSDKIPLATTRIBUTES_SIZESUPERPIXELS_H__
#define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
boost::shared_ptr< ipsdk::imaproc::attr::SizeSuperPixels > SizeSuperPixelsPtr
shared pointer to ipsdk::imaproc::attr::SizeSuperPixels
Definition: SizeSuperPixels.h:206
uint64_t ipUInt64
double ipReal64
Definition of import/export macro for library.
boost::shared_ptr< const ipsdk::imaproc::attr::SizeSuperPixels > SizeSuperPixelsConstPtr
shared pointer to const ipsdk::imaproc::attr::SizeSuperPixels
Definition: SizeSuperPixels.h:210