IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Eigen2dData.h
1 // Eigen2dData.h:
3 // --------------
4 //
15 
16 #ifndef __IPSDKIPLATTRIBUTES_EIGEN2DDATA_H__
17 #define __IPSDKIPLATTRIBUTES_EIGEN2DDATA_H__
18 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace attr {
25 
31 
32 IPSDK_DECLARE_NODE_DATA(IPSDKIPLAttributes, Eigen2dData,
33  ((LEAF)(X)(ipsdk::ipReal64))
34  ((LEAF)(Y)(ipsdk::ipReal64))
35  ((LEAF)(LambdaMax)(ipsdk::ipReal64))
36  ((LEAF)(LambdaMin)(ipsdk::ipReal64))
37  ((LEAF)(Theta)(ipsdk::ipReal64)))
38 };
39 
42 
45 typedef boost::shared_ptr<ipsdk::imaproc::attr::Eigen2dData> Eigen2dDataPtr;
46 
49 typedef boost::shared_ptr<const ipsdk::imaproc::attr::Eigen2dData> Eigen2dDataConstPtr;
50 
53 
54 } // end of namespace attr
55 } // end of namespace imaproc
56 } // end of namespace ipsdk
57 
58 #endif // __IPSDKIPLATTRIBUTES_EIGEN2DDATA_H__
#define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
double ipReal64
boost::shared_ptr< ipsdk::imaproc::attr::Eigen2dData > Eigen2dDataPtr
shared pointer to ipsdk::imaproc::attr::Eigen2dData
Definition: Eigen2dData.h:187
Definition of import/export macro for library.
boost::shared_ptr< const ipsdk::imaproc::attr::Eigen2dData > Eigen2dDataConstPtr
shared pointer to const ipsdk::imaproc::attr::Eigen2dData
Definition: Eigen2dData.h:191