IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Img3dSize.h
1 // Img3dSize.h:
3 // --------
4 //
15 
16 #ifndef __IPSDKIPLATTRIBUTES_IMG3DSIZE_H__
17 #define __IPSDKIPLATTRIBUTES_IMG3DSIZE_H__
18 
22 
23 namespace ipsdk {
24 namespace imaproc {
25 namespace attr {
26 
32 
33 IPSDK_DECLARE_NODE_DATA(IPSDKIPLAttributes, Img3dSize,
34  ((LEAF)(XSz)(ipsdk::ipUInt64))
35  ((LEAF)(YSz)(ipsdk::ipUInt64))
36  ((LEAF)(ZSz)(ipsdk::ipUInt64)))
37 };
38 
41 
44 typedef boost::shared_ptr<ipsdk::imaproc::attr::Img3dSize> Img3dSizePtr;
45 
48 typedef boost::shared_ptr<const ipsdk::imaproc::attr::Img3dSize> Img3dSizeConstPtr;
49 
52 
57  const ipsdk::ipUInt64 ySz,
58  const ipsdk::ipUInt64 zSz);
59 
62 
63 } // end of namespace attr
64 } // end of namespace imaproc
65 } // end of namespace ipsdk
66 
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)
uint64_t ipUInt64
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