IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
MaskModeTypes.h
Go to the documentation of this file.
1 // MaskModeTypes.h:
3 // ----------------
4 //
14 
15 #ifndef __IPSDKIPLATTRIBUTES_MASKMODETYPES_H__
16 #define __IPSDKIPLATTRIBUTES_MASKMODETYPES_H__
17 
18 //#include <IPSDKIPL/IPSDKIPLAttributes/IPSDKIPLAttributesExports.h>
20 
21 namespace ipsdk {
22 namespace imaproc {
23 namespace attr {
24 
27 
31  (eMM_Direct)
33 )
34 
35 
38 } // end of namespace attr
39 } // end of namespace imaproc
40 } // end of namespace ipsdk
41 
42 #endif // __IPSDKIPLATTRIBUTES_MASKMODETYPES_H__
eMaskMode
Definition: MaskModeTypes.h:32
use the reversed mask (process 0 as 1 and 1 as 0)
Definition: MaskModeTypes.h:36
use directly the mask
Definition: MaskModeTypes.h:34
#define IPSDK_ENUM(enumTypeStr, enumSeq)