IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
LeafRuleTypes.h
Go to the documentation of this file.
1 // LeafRuleTypes.h:
3 // ----------------
4 //
14 
15 #ifndef __IPSDKBASEPROCESSING_LEAFRULETYPES_H__
16 #define __IPSDKBASEPROCESSING_LEAFRULETYPES_H__
17 
19 
20 namespace ipsdk {
21 namespace processor {
22 
25 
31 
35 )
36 
37 
40 } // end of namespace processor
41 } // end of namespace ipsdk
42 
43 #endif // __IPSDKBASEPROCESSING_LEAFRULETYPES_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Rule allowing to compare two leaf values.
Definition: LeafRuleTypes.h:36
eLeafRuleType
enumerate describing rule on leaf of dataitem attribute operation type
Definition: LeafRuleTypes.h:32
Rule allowing to compare a leaf value with a given value.
Definition: LeafRuleTypes.h:34
Rule allowing to check properties on a leaf value.
Definition: LeafRuleTypes.h:38
Predefined types for rules on data item attributes management.
#define IPSDK_ENUM(enumTypeStr, enumSeq)
macro allowing to declare an enumerate for library
Definition: EnumMacros.h:26