15 #ifndef __IPSDKIPLUTILITY_PUTSLICE3DIMG_H__ 16 #define __IPSDKIPLUTILITY_PUTSLICE3DIMG_H__ 26 class PutSlice3dImgLvl1;
82 #endif // __IPSDKIPLUTILITY_PUTSLICE3DIMG_H__ #define IPSDKIPLUTILITY_API
Import/Export macro for library IPSDKIPLUtility.
Definition: IPSDKIPLUtilityExports.h:25
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLUTILITY_API ipsdk::image::ImagePtr putSlice3dImg(const image::ImageConstPtr &pInImg3d, const image::ImageConstPtr &pInImg2d, const ipsdk::imaproc::attr::eAxis &axis, const ipUInt64 sliceIndex)
wrapper function for Copies a 2D image in a 3D image as a slice in the input slice index along x...
eAxis
Enumerate describing axis to process.
Definition: DirectionTypes.h:31
Definition of import/export macro for library.
boost::shared_ptr< const BaseImage > ImageConstPtr
IPSDKIPLUTILITY_API boost::shared_ptr< PutSlice3dImgLvl1 > putSlice3dImg_async(const image::ImageConstPtr &pInImg3d, const image::ImageConstPtr &pInImg2d, const ipsdk::imaproc::attr::eAxis &axis, const ipUInt64 sliceIndex)
asynchronous wrappers
Predefined types for direction management.
IPSDKIPLUTILITY_API ipsdk::image::ImagePtr getAsyncProcessorOutput(boost::shared_ptr< AppendSeqImgLvl1 > pProcessor)
function to retrieve the result of an asynchronous processor