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