16 #ifndef __IPSDKIPLATTRIBUTES_SCALEFACTOR3D_H__ 17 #define __IPSDKIPLATTRIBUTES_SCALEFACTOR3D_H__ 44 typedef boost::shared_ptr<ipsdk::imaproc::attr::ScaleFactor3d>
ScaleFactor3dPtr;
67 #endif // __IPSDKIPLATTRIBUTES_SCALEFACTOR3D_H__ #define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::ScaleFactor3dPtr createScaleFactor3d(const ipsdk::ipReal64 xFactor, const ipsdk::ipReal64 yFactor, const ipsdk::ipReal64 zFactor)
function allowing to create a ScaleFactor3d data item from a xFactor, a yFactor and a zFactor value ...
boost::shared_ptr< const ipsdk::imaproc::attr::ScaleFactor3d > ScaleFactor3dConstPtr
shared pointer to const ipsdk::imaproc::attr::ScaleFactor3d
Definition: ScaleFactor3d.h:154
boost::shared_ptr< ipsdk::imaproc::attr::ScaleFactor3d > ScaleFactor3dPtr
shared pointer to ipsdk::imaproc::attr::ScaleFactor3d
Definition: ScaleFactor3d.h:150
Definition of import/export macro for library.
#define IPSDKIPLATTRIBUTES_API
Import/Export macro for library IPSDKIPLAttributes.
Definition: IPSDKIPLAttributesExports.h:25