IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ParaboloidParams3d.h
1 // ParaboloidParams3d.h:
3 // ---------------------
4 //
15 
16 #ifndef __IPSDKIPLATTRIBUTES_PARABOLOIDPARAMS3D_H__
17 #define __IPSDKIPLATTRIBUTES_PARABOLOIDPARAMS3D_H__
18 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace attr {
25 
31 
32 IPSDK_DECLARE_NODE_DATA(IPSDKIPLAttributes, ParaboloidParams3d,
33  ((LEAF)(X2Coef)(ipsdk::ipReal64)(.0))
34  ((LEAF)(Y2Coef)(ipsdk::ipReal64)(.0))
35  ((LEAF)(XYCoef)(ipsdk::ipReal64)(.0))
36  ((LEAF)(XCoef)(ipsdk::ipReal64)(.0))
37  ((LEAF)(YCoef)(ipsdk::ipReal64)(.0))
38  ((LEAF)(Constant)(ipsdk::ipReal64)(.0)))
39 };
40 
43 typedef boost::shared_ptr<ipsdk::imaproc::attr::ParaboloidParams3d> ParaboloidParams3dPtr;
44 
47 typedef boost::shared_ptr<const ipsdk::imaproc::attr::ParaboloidParams3d> ParaboloidParams3dConstPtr;
48 
51 
52 } // end of namespace attr
53 } // end of namespace imaproc
54 } // end of namespace ipsdk
55 
56 #endif // __IPSDKIPLATTRIBUTES_PARABOLOIDPARAMS3D_H__
#define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
double ipReal64
Definition of import/export macro for library.
boost::shared_ptr< ipsdk::imaproc::attr::ParaboloidParams3d > ParaboloidParams3dPtr
shared pointer to ipsdk::imaproc::attr::ParaboloidParams3d
Definition: ParaboloidParams3d.h:203
boost::shared_ptr< const ipsdk::imaproc::attr::ParaboloidParams3d > ParaboloidParams3dConstPtr
shared pointer to const ipsdk::imaproc::attr::ParaboloidParams3d
Definition: ParaboloidParams3d.h:207