IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Eigen3dData.h
1 // Eigen3dData.h:
3 // --------------
4 //
15 
16 #ifndef __IPSDKIPLATTRIBUTES_EIGEN3DDATA_H__
17 #define __IPSDKIPLATTRIBUTES_EIGEN3DDATA_H__
18 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace attr {
25 
31 
32 IPSDK_DECLARE_NODE_DATA(IPSDKIPLAttributes, Eigen3dData,
33  ((LEAF)(X)(ipsdk::ipReal64))
34  ((LEAF)(Y)(ipsdk::ipReal64))
35  ((LEAF)(Z)(ipsdk::ipReal64))
36  ((LEAF)(LambdaMax)(ipsdk::ipReal64))
37  ((LEAF)(LambdaInter)(ipsdk::ipReal64))
38  ((LEAF)(LambdaMin)(ipsdk::ipReal64))
39  ((LEAF)(Chi)(ipsdk::ipReal64))
40  ((LEAF)(Beta)(ipsdk::ipReal64))
41  ((LEAF)(Alpha)(ipsdk::ipReal64)))
42 };
43 
46 
49 typedef boost::shared_ptr<ipsdk::imaproc::attr::Eigen3dData> Eigen3dDataPtr;
50 
53 typedef boost::shared_ptr<const ipsdk::imaproc::attr::Eigen3dData> Eigen3dDataConstPtr;
54 
57 
58 } // end of namespace attr
59 } // end of namespace imaproc
60 } // end of namespace ipsdk
61 
62 #endif // __IPSDKIPLATTRIBUTES_EIGEN3DDATA_H__
#define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
double ipReal64
boost::shared_ptr< ipsdk::imaproc::attr::Eigen3dData > Eigen3dDataPtr
shared pointer to ipsdk::imaproc::attr::Eigen3dData
Definition: Eigen3dData.h:263
Definition of import/export macro for library.
boost::shared_ptr< const ipsdk::imaproc::attr::Eigen3dData > Eigen3dDataConstPtr
shared pointer to const ipsdk::imaproc::attr::Eigen3dData
Definition: Eigen3dData.h:267