IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
CombinationRuleTypes.h
Go to the documentation of this file.
1 // CombinationRuleTypes.h:
3 // -----------------------
4 //
14 
15 #ifndef __IPSDKBASEPROCESSING_COMBINATIONRULETYPES_H__
16 #define __IPSDKBASEPROCESSING_COMBINATIONRULETYPES_H__
17 
19 
20 namespace ipsdk {
21 namespace processor {
22 
25 
31 
33  (eCRT_And)
35  (eCRT_If)
36 )
37 
38 
41 } // end of namespace processor
42 } // end of namespace ipsdk
43 
44 #endif // __IPSDKBASEPROCESSING_COMBINATIONRULETYPES_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Predefined types for rules management.
Logical not rule operation.
Definition: CombinationRuleTypes.h:38
eCombinationRuleType
enumerate describing combination rule operation type
Definition: CombinationRuleTypes.h:32
Predicate base rule operation of type if(predicate, ruleTrue, ruleFalse)
Definition: CombinationRuleTypes.h:40
Logical and rule operation.
Definition: CombinationRuleTypes.h:36
#define IPSDK_ENUM(enumTypeStr, enumSeq)
macro allowing to declare an enumerate for library
Definition: EnumMacros.h:26
Logical or rule operation.
Definition: CombinationRuleTypes.h:34