IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
LeafCollRuleTypes.h
Go to the documentation of this file.
1 // LeafCollRuleTypes.h:
3 // --------------------
4 //
15 
16 #ifndef __IPSDKBASEPROCESSING_LEAFCOLLRULETYPES_H__
17 #define __IPSDKBASEPROCESSING_LEAFCOLLRULETYPES_H__
18 
20 
21 namespace ipsdk {
22 namespace processor {
23 
26 
32 
36 )
37 
38 
41 } // end of namespace processor
42 } // end of namespace ipsdk
43 
44 #endif // __IPSDKBASEPROCESSING_LEAFCOLLRULETYPES_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Rule allowing to check properties on collection values.
Definition: LeafCollRuleTypes.h:39
eLeafCollRuleType
enumerate describing rule on value attribute operation type
Definition: LeafCollRuleTypes.h:33
Rule allowing to check property on collection.
Definition: LeafCollRuleTypes.h:35
Rule allowing to compare collection values with a given value.
Definition: LeafCollRuleTypes.h:37
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