IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ZStackFocusMaximumResultTypes.h
Go to the documentation of this file.
1 // ZStackFocusMaximumResultTypes.h
3 // -----------------------------
4 //
14 
15 #ifndef __IPSDKIPLFILTERING_ZSTACKFOCUSMAXIMUMRESULTTYPES_H__
16 #define __IPSDKIPLFILTERING_ZSTACKFOCUSMAXIMUMRESULTTYPES_H__
17 
18 // suppression warnings
19 // warning C4251: 'ipsdk::imaproc::filter::GradientXYImg::_pXGradImg' : class 'boost::shared_ptr<T>' needs to have dll-interface to be used by clients of struct 'ipsdk::imaproc::filter::GradientXYImg'
20 #pragma warning (push)
21 #pragma warning (disable : 4251)
22 
25 
26 namespace ipsdk {
27 namespace imaproc {
28 namespace filter {
29 
32 
38 {
42  const image::ImagePtr& pOutLabelImg) :
43  _pOutImg(pOutImg),
44  _pOutLabelImg(pOutLabelImg) {}
47 
50  image::ImagePtr _pOutLabelImg;
51 };
52 
55 
56 } // end of namespace filter
57 } // end of namespace imaproc
58 } // end of namespace ipsdk
59 
60 #pragma warning (pop)
61 
62 #endif // __IPSDKIPLFILTERING_ZSTACKFOCUSMAXIMUMRESULTTYPES_H__
boost::shared_ptr< BaseImage > ImagePtr
image::ImagePtr _pOutImg
output image
Definition: ZStackFocusMaximumResultTypes.h:49
#define IPSDKIPLFILTERING_API
Import/Export macro for library IPSDKIPLFiltering.
Definition: IPSDKIPLFilteringExports.h:25
Definition: ZStackFocusMaximumResultTypes.h:37
Definition of import/export macro for library.