IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
FlipZImg.h
Go to the documentation of this file.
1 // FlipZImg.h:
3 // -----------
4 //
14 
15 #ifndef __IPSDKIPLGEOMETRICTRANSFORM_FLIPZIMG_H__
16 #define __IPSDKIPLGEOMETRICTRANSFORM_FLIPZIMG_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 namespace gtrans {
24 
25 class FlipZImgLvl1;
26 
29 
35 flipZImg(const image::ImageConstPtr& pInImg);
36 
38 flipZImg(const image::ImageConstPtr& pInImg, const image::ImagePtr& pOutImg);
40 
43 IPSDKIPLGEOMETRICTRANSFORM_API boost::shared_ptr<FlipZImgLvl1>
45 IPSDKIPLGEOMETRICTRANSFORM_API boost::shared_ptr<FlipZImgLvl1>
46 flipZImg_async(const image::ImageConstPtr& pInImg, const image::ImagePtr& pOutImg);
48 
52 getAsyncProcessorOutput(boost::shared_ptr<FlipZImgLvl1> pProcessor);
54 
57 
58 } // end of namespace gtrans
59 } // end of namespace imaproc
60 } // end of namespace ipsdk
61 
62 #endif // __IPSDKIPLGEOMETRICTRANSFORM_FLIPZIMG_H__
boost::shared_ptr< BaseImage > ImagePtr
Definition of import/export macro for library.
IPSDKIPLGEOMETRICTRANSFORM_API ipsdk::image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< ElasticWarp2dImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor
boost::shared_ptr< const BaseImage > ImageConstPtr
IPSDKIPLGEOMETRICTRANSFORM_API boost::shared_ptr< FlipZImgLvl1 > flipZImg_async(const image::ImageConstPtr &pInImg)
asynchronous wrappers
#define IPSDKIPLGEOMETRICTRANSFORM_API
Import/Export macro for library IPSDKIPLGeometricTransform.
Definition: IPSDKIPLGeometricTransformExports.h:25
IPSDKIPLGEOMETRICTRANSFORM_API image::ImagePtr flipZImg(const image::ImageConstPtr &pInImg)
wrapper function for flips input image along z-axis