IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ClusterCenter.h
1 // ClusterCenter.h:
3 // ----------------
4 //
15 
16 #ifndef __IPSDKIPLATTRIBUTES_CLUSTERCENTER_H__
17 #define __IPSDKIPLATTRIBUTES_CLUSTERCENTER_H__
18 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace attr {
25 
31 
32 IPSDK_DECLARE_NODE_DATA(IPSDKIPLAttributes, ClusterCenter,
33  ((LEAF_COLL)(Elements)(ipsdk::ipReal64)))
34 };
35 
38 
41 typedef boost::shared_ptr<ipsdk::imaproc::attr::ClusterCenter> ClusterCenterPtr;
42 
45 typedef boost::shared_ptr<const ipsdk::imaproc::attr::ClusterCenter> ClusterCenterConstPtr;
46 
50 createClusterCenter(const std::vector<ipReal64>& coordinates);
51 
54 
55 } // end of namespace attr
56 } // end of namespace imaproc
57 } // end of namespace ipsdk
58 
59 #endif // __IPSDKIPLATTRIBUTES_CLUSTERCENTER_H__
#define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
boost::shared_ptr< const ipsdk::imaproc::attr::ClusterCenter > ClusterCenterConstPtr
shared pointer to const ipsdk::imaproc::attr::ClusterCenter
Definition: ClusterCenter.h:127
double ipReal64
IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::ClusterCenterPtr createClusterCenter(const std::vector< ipReal64 > &coordinates)
function allowing to create a ClusterCenter data item
boost::shared_ptr< ipsdk::imaproc::attr::ClusterCenter > ClusterCenterPtr
shared pointer to ipsdk::imaproc::attr::ClusterCenter
Definition: ClusterCenter.h:123
Definition of import/export macro for library.
#define IPSDKIPLATTRIBUTES_API
Import/Export macro for library IPSDKIPLAttributes.
Definition: IPSDKIPLAttributesExports.h:25