IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Img3dOffset.h
1 // Img3dOffset.h:
3 // --------
4 //
15 
16 #ifndef __IPSDKIPLATTRIBUTES_IMG3DOFFSET_H__
17 #define __IPSDKIPLATTRIBUTES_IMG3DOFFSET_H__
18 
22 
23 namespace ipsdk {
24 namespace imaproc {
25 namespace attr {
26 
32 
33 IPSDK_DECLARE_NODE_DATA(IPSDKIPLAttributes, Img3dOffset,
34  ((LEAF)(XOffset)(ipsdk::ipUInt64))
35  ((LEAF)(YOffset)(ipsdk::ipUInt64))
36  ((LEAF)(ZOffset)(ipsdk::ipUInt64)))
37 };
38 
41 
44 typedef boost::shared_ptr<ipsdk::imaproc::attr::Img3dOffset> Img3dOffsetPtr;
45 
48 typedef boost::shared_ptr<const ipsdk::imaproc::attr::Img3dOffset> Img3dOffsetConstPtr;
49 
52 
57  const ipsdk::ipUInt64 yOffset,
58  const ipsdk::ipUInt64 zOffset);
59 
62 
63 } // end of namespace attr
64 } // end of namespace imaproc
65 } // end of namespace ipsdk
66 
67 #endif // __IPSDKIPLATTRIBUTES_IMG3DOFFSET_H__
#define IPSDK_DECLARE_NODE_DATA(libraryName, className, childSeq)
boost::shared_ptr< const ipsdk::imaproc::attr::Img3dOffset > Img3dOffsetConstPtr
shared pointer to const ipsdk::imaproc::attr::Img3dOffset
Definition: Img3dOffset.h:154
uint64_t ipUInt64
boost::shared_ptr< ipsdk::imaproc::attr::Img3dOffset > Img3dOffsetPtr
shared pointer to ipsdk::imaproc::attr::Img3dOffset
Definition: Img3dOffset.h:150
Definition of import/export macro for library.
#define IPSDKIPLATTRIBUTES_API
Import/Export macro for library IPSDKIPLAttributes.
Definition: IPSDKIPLAttributesExports.h:25
IPSDKIPLATTRIBUTES_API ipsdk::imaproc::attr::Img3dOffsetPtr createImg3dOffset(const ipsdk::ipUInt64 xOffset, const ipsdk::ipUInt64 yOffset, const ipsdk::ipUInt64 zOffset)
function allowing to create a Img3dOffset data item from a xsz and a ysz value