IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ClusterEltInfo.h
1 // ClusterEltInfo.h:
3 // -----------------
4 //
15 
16 #ifndef __IPSDKIPLATTRIBUTES_CLUSTERELTINFO_H__
17 #define __IPSDKIPLATTRIBUTES_CLUSTERELTINFO_H__
18 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace attr {
25 
31 
32 IPSDK_DECLARE_NODE_DATA(IPSDKIPLAttributes, ClusterEltInfo,
33  ((LEAF)(EltIndex)(ipsdk::ipUInt64))
34  ((LEAF_COLL)(Vector)(ipsdk::ipReal64))
35  ((LEAF)(ClusterIndex)(ipsdk::ipUInt64))
36  ((LEAF)(DistToCenter)(ipsdk::ipReal64)))
37 };
38 
41 
42 } // end of namespace attr
43 } // end of namespace imaproc
44 } // end of namespace ipsdk
45 
46 #endif // __IPSDKIPLATTRIBUTES_CLUSTERELTINFO_H__
#define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
uint64_t ipUInt64
double ipReal64
boost::numeric::ublas::vector< ipReal64 > Vector
Definition of import/export macro for library.