IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
LabelConnection.h
1 // LabelConnection.h:
3 // ------------------
4 //
15 
16 #ifndef __IPSDKIPLATTRIBUTES_LABELCONNECTION_H__
17 #define __IPSDKIPLATTRIBUTES_LABELCONNECTION_H__
18 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace attr {
25 
31 
32 IPSDK_DECLARE_NODE_DATA(IPSDKIPLAttributes, LabelConnection,
33  ((LEAF)(LabelIdx1)(ipsdk::ipUInt32))
34  ((LEAF)(LabelIdx2)(ipsdk::ipUInt32)))
35 };
36 
39 
41 typedef boost::shared_ptr<LabelConnection> LabelConnectionPtr;
42 
44 typedef boost::shared_ptr<const LabelConnection> LabelConnectionConstPtr;
45 
48 
49 } // end of namespace attr
50 } // end of namespace imaproc
51 } // end of namespace ipsdk
52 
53 #endif // __IPSDKIPLATTRIBUTES_LABELCONNECTION_H__
#define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
boost::shared_ptr< LabelConnection > LabelConnectionPtr
shared pointer to label connection
Definition: LabelConnection.h:129
boost::shared_ptr< const LabelConnection > LabelConnectionConstPtr
shared pointer to const label connection
Definition: LabelConnection.h:132
Definition of import/export macro for library.
uint32_t ipUInt32