15 #ifndef __IPSDKIPLUTILITY_GETSLICE3DIMG_H__ 16 #define __IPSDKIPLUTILITY_GETSLICE3DIMG_H__ 26 class GetSlice3dImgLvl1;
78 #endif // __IPSDKIPLUTILITY_GETSLICE3DIMG_H__ #define IPSDKIPLUTILITY_API
Import/Export macro for library IPSDKIPLUtility.
Definition: IPSDKIPLUtilityExports.h:25
IPSDKIPLUTILITY_API boost::shared_ptr< GetSlice3dImgLvl1 > getSlice3dImg_async(const image::ImageConstPtr &pInImg3d, const ipsdk::imaproc::attr::eAxis &axis, const ipUInt64 sliceIndex)
asynchronous wrappers
boost::shared_ptr< BaseImage > ImagePtr
IPSDKIPLUTILITY_API ipsdk::image::ImagePtr getSlice3dImg(const image::ImageConstPtr &pInImg3d, const ipsdk::imaproc::attr::eAxis &axis, const ipUInt64 sliceIndex)
wrapper function for Creates a 2D image from a slice along a given axis (x, y, or z) of a 3D image ...
eAxis
Enumerate describing axis to process.
Definition: DirectionTypes.h:31
Definition of import/export macro for library.
boost::shared_ptr< const BaseImage > ImageConstPtr
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