IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
OutSubImg2d.h
1 // OutSubImg2d.h:
3 // --------------
4 //
14 
15 #ifndef __IPSDKIPLATTRIBUTES_OUTSUBIMG2D_H__
16 #define __IPSDKIPLATTRIBUTES_OUTSUBIMG2D_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 namespace attr {
24 
27 
28 IPSDK_DECLARE_OUTPUT_IMAGE_ATTRIBUTE(IPSDKIPLAttributes,
29  OutSubImg2d,
30  ipsdk::imaproc::is2d(attribute) &&
31  ipsdk::imaproc::isGrey(attribute) &&
32  ipsdk::imaproc::isSingle(attribute));
33 
36 
37 } // end of namespace attr
38 } // end of namespace imaproc
39 } // end of namespace ipsdk
40 
41 #endif // __IPSDKIPLATTRIBUTES_OUTSUBIMG2D_H__
Definition of import/export macro for library.
#define IPSDK_DECLARE_OUTPUT_IMAGE_ATTRIBUTE(libraryName, className, RuleString)