IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
GetSlice3dImg.h
Go to the documentation of this file.
1 // GetSlice3dImg.h:
3 // ----------------
4 //
14 
15 #ifndef __IPSDKIPLUTILITY_GETSLICE3DIMG_H__
16 #define __IPSDKIPLUTILITY_GETSLICE3DIMG_H__
17 
21 
22 namespace ipsdk {
23 namespace imaproc {
24 namespace util {
25 
26 class GetSlice3dImgLvl1;
27 
30 
37  const image::ImageConstPtr& pInImg3d,
38  const ipsdk::imaproc::attr::eAxis& axis,
39  const ipUInt64 sliceIndex);
40 
43  const image::ImageConstPtr& pInImg3d,
44  const ipsdk::imaproc::attr::eAxis& axis,
45  const ipUInt64 sliceIndex,
46  const image::ImagePtr& pOutImg);
48 
51 IPSDKIPLUTILITY_API boost::shared_ptr<GetSlice3dImgLvl1>
53  const image::ImageConstPtr& pInImg3d,
54  const ipsdk::imaproc::attr::eAxis& axis,
55  const ipUInt64 sliceIndex);
56 
57 IPSDKIPLUTILITY_API boost::shared_ptr<GetSlice3dImgLvl1>
59  const image::ImageConstPtr& pInImg3d,
60  const ipsdk::imaproc::attr::eAxis& axis,
61  const ipUInt64 sliceIndex,
62  const image::ImagePtr& pOutImg);
64 
68 getAsyncProcessorOutput(boost::shared_ptr<GetSlice3dImgLvl1> pProcessor);
70 
73 
74 } // end of namespace util
75 } // end of namespace imaproc
76 } // end of namespace ipsdk
77 
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
uint64_t ipUInt64
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