IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces
PutSlice3dImg.h File Reference

Wrapper functions for Copies a 2D image in a 3D image as a slice in the input slice index along x, y or z. More...

#include <IPSDKIPL/IPSDKIPLUtility/IPSDKIPLUtilityExports.h>
#include <IPSDKImage/Image/ImageTypes.h>
#include <IPSDKIPL/IPSDKIPLAttributes/Attribute/Enumerate/DirectionTypes.h>

Go to the source code of this file.

Namespaces

 ipsdk::imaproc::util
 Namespace agregating image processing utility algorithm.
 

Functions

IPSDKIPLUTILITY_API ipsdk::image::ImagePtr ipsdk::imaproc::util::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, y or z More...
 
IPSDKIPLUTILITY_API void ipsdk::imaproc::util::putSlice3dImg (const image::ImageConstPtr &pInImg3d, const image::ImageConstPtr &pInImg2d, const ipsdk::imaproc::attr::eAxis &axis, const ipUInt64 sliceIndex, const image::ImagePtr &pOutImg)
 wrapper function for Copies a 2D image in a 3D image as a slice in the input slice index along x, y or z More...
 
IPSDKIPLUTILITY_API boost::shared_ptr< PutSlice3dImgLvl1 > ipsdk::imaproc::util::putSlice3dImg_async (const image::ImageConstPtr &pInImg3d, const image::ImageConstPtr &pInImg2d, const ipsdk::imaproc::attr::eAxis &axis, const ipUInt64 sliceIndex)
 asynchronous wrappers
 
IPSDKIPLUTILITY_API boost::shared_ptr< PutSlice3dImgLvl1 > ipsdk::imaproc::util::putSlice3dImg_async (const image::ImageConstPtr &pInImg3d, const image::ImageConstPtr &pInImg2d, const ipsdk::imaproc::attr::eAxis &axis, const ipUInt64 sliceIndex, const image::ImagePtr &pOutImg)
 asynchronous wrappers
 
IPSDKIPLUTILITY_API ipsdk::image::ImagePtr ipsdk::imaproc::util::getAsyncProcessorOutput (boost::shared_ptr< PutSlice3dImgLvl1 > pProcessor)
 function to retrieve the result of an asynchronous processor
 

Detailed Description

Wrapper functions for Copies a 2D image in a 3D image as a slice in the input slice index along x, y or z.

Author
R. Abbal
Date
2024/01/08