16 #ifndef __IPSDKIPLATTRIBUTES_IMG3DSIZE_H__ 17 #define __IPSDKIPLATTRIBUTES_IMG3DSIZE_H__ 44 typedef boost::shared_ptr<ipsdk::imaproc::attr::Img3dSize>
Img3dSizePtr;
48 typedef boost::shared_ptr<const ipsdk::imaproc::attr::Img3dSize>
Img3dSizeConstPtr;
67 #endif // __IPSDKIPLATTRIBUTES_IMG3DSIZE_H__ boost::shared_ptr< ipsdk::imaproc::attr::Img3dSize > Img3dSizePtr
shared pointer to ipsdk::imaproc::attr::Img3dSize
Definition: Img3dSize.h:150
#define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::Img3dSizePtr createImg3dSize(const ipsdk::ipUInt64 xSz, const ipsdk::ipUInt64 ySz, const ipsdk::ipUInt64 zSz)
function allowing to create a Img3dSize data item from a xsz, a ysz and a zsz value ...
Definition of import/export macro for library.
boost::shared_ptr< const ipsdk::imaproc::attr::Img3dSize > Img3dSizeConstPtr
shared pointer to const ipsdk::imaproc::attr::Img3dSize
Definition: Img3dSize.h:154
#define IPSDKIPLATTRIBUTES_API
Import/Export macro for library IPSDKIPLAttributes.
Definition: IPSDKIPLAttributesExports.h:25