IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
PutROI3dImg.h
Go to the documentation of this file.
1 // PutROI3dImg.h:
3 // ----------
4 //
14 
15 #ifndef __IPSDKIPLUTILITY_PUTROI3DIMG_H__
16 #define __IPSDKIPLUTILITY_PUTROI3DIMG_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 namespace util {
24 
25 class PutROI3dImgLvl1;
26 
29 
36  const image::ImagePtr& pInOutImg,
37  const image::ImageConstPtr& pInRoiImg,
38  ipUInt64 xOffset,
39  ipUInt64 yOffset,
40  ipUInt64 zOffset);
41 
44  const image::ImageConstPtr& pInImg,
45  const image::ImageConstPtr& pInRoiImg,
46  ipUInt64 xOffset,
47  ipUInt64 yOffset,
48  ipUInt64 zOffset,
49  const image::ImagePtr& pOutImg);
51 
54 IPSDKIPLUTILITY_API boost::shared_ptr<PutROI3dImgLvl1>
56  const image::ImagePtr& pInOutImg,
57  const image::ImageConstPtr& pInRoiImg,
58  ipUInt64 xOffset,
59  ipUInt64 yOffset,
60  ipUInt64 zOffset);
61 IPSDKIPLUTILITY_API boost::shared_ptr<PutROI3dImgLvl1>
63  const image::ImageConstPtr& pInImg,
64  const image::ImageConstPtr& pInRoiImg,
65  ipUInt64 xOffset,
66  ipUInt64 yOffset,
67  ipUInt64 zOffset,
68  const image::ImagePtr& pOutImg);
70 
74 getAsyncProcessorOutput(boost::shared_ptr<PutROI3dImgLvl1> pProcessor);
76 
79 
80 } // end of namespace util
81 } // end of namespace imaproc
82 } // end of namespace ipsdk
83 
84 #endif // __IPSDKIPLUTILITY_PUTROI3DIMG_H__
#define IPSDKIPLUTILITY_API
Import/Export macro for library IPSDKIPLUtility.
Definition: IPSDKIPLUtilityExports.h:25
uint64_t ipUInt64
boost::shared_ptr< BaseImage > ImagePtr
Definition of import/export macro for library.
boost::shared_ptr< const BaseImage > ImageConstPtr
IPSDKIPLUTILITY_API void putROI3dImg(const image::ImagePtr &pInOutImg, const image::ImageConstPtr &pInRoiImg, ipUInt64 xOffset, ipUInt64 yOffset, ipUInt64 zOffset)
wrapper function for image copy algorithm
IPSDKIPLUTILITY_API ipsdk::image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< AppendSeqImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
IPSDKIPLUTILITY_API boost::shared_ptr< PutROI3dImgLvl1 > putROI3dImg_async(const image::ImagePtr &pInOutImg, const image::ImageConstPtr &pInRoiImg, ipUInt64 xOffset, ipUInt64 yOffset, ipUInt64 zOffset)
asynchronous wrappers