IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ScaleFactor2d.h
1 // ScaleFactor2d.h:
3 // --------
4 //
15 
16 #ifndef __IPSDKIPLATTRIBUTES_SCALEFACTOR2D_H__
17 #define __IPSDKIPLATTRIBUTES_SCALEFACTOR2D_H__
18 
22 
23 namespace ipsdk {
24 namespace imaproc {
25 namespace attr {
26 
32 
33 IPSDK_DECLARE_NODE_DATA(IPSDKIPLAttributes, ScaleFactor2d,
34  ((LEAF)(XFactor)(ipsdk::ipReal64))
35  ((LEAF)(YFactor)(ipsdk::ipReal64)))
36 };
37 
40 
43 typedef boost::shared_ptr<ipsdk::imaproc::attr::ScaleFactor2d> ScaleFactor2dPtr;
44 
47 typedef boost::shared_ptr<const ipsdk::imaproc::attr::ScaleFactor2d> ScaleFactor2dConstPtr;
48 
51 
56  const ipsdk::ipReal64 yFactor);
57 
60 
61 } // end of namespace attr
62 } // end of namespace imaproc
63 } // end of namespace ipsdk
64 
65 #endif // __IPSDKIPLATTRIBUTES_SCALEFACTOR2D_H__
IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::ScaleFactor2dPtr createScaleFactor2d(const ipsdk::ipReal64 xFactor, const ipsdk::ipReal64 yFactor)
function allowing to create a ScaleFactor2d data item from a xFactor and a yFactor value ...
#define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
double ipReal64
boost::shared_ptr< ipsdk::imaproc::attr::ScaleFactor2d > ScaleFactor2dPtr
shared pointer to ipsdk::imaproc::attr::ScaleFactor2d
Definition: ScaleFactor2d.h:131
boost::shared_ptr< const ipsdk::imaproc::attr::ScaleFactor2d > ScaleFactor2dConstPtr
shared pointer to const ipsdk::imaproc::attr::ScaleFactor2d
Definition: ScaleFactor2d.h:135
Definition of import/export macro for library.
#define IPSDKIPLATTRIBUTES_API
Import/Export macro for library IPSDKIPLAttributes.
Definition: IPSDKIPLAttributesExports.h:25