IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ValueRuleTypes.h
Go to the documentation of this file.
1 // ValueRuleTypes.h:
3 // -----------------
4 //
14 
15 #ifndef __IPSDKBASEPROCESSING_VALUERULETYPES_H__
16 #define __IPSDKBASEPROCESSING_VALUERULETYPES_H__
17 
19 #include <IPSDKBaseProcessing/Attribute/Value/BaseValueAttribute.h>
20 
21 namespace ipsdk {
22 namespace processor {
23 
26 
32 
37 )
38 
39 
42 } // end of namespace processor
43 } // end of namespace ipsdk
44 
45 #endif // __IPSDKBASEPROCESSING_VALUERULETYPES_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Rule allowing to compare an attribute value with a given value.
Definition: ValueRuleTypes.h:35
eValueRuleType
enumerate describing rule on value attribute operation type
Definition: ValueRuleTypes.h:33
Predefined types for rules management.
Rule allowing to compare two attributes value.
Definition: ValueRuleTypes.h:37
Rule allowing to check value properties on an attribute value.
Definition: ValueRuleTypes.h:39
Rule allowing to check custom properties on an attribute value.
Definition: ValueRuleTypes.h:41
#define IPSDK_ENUM(enumTypeStr, enumSeq)
macro allowing to declare an enumerate for library
Definition: EnumMacros.h:26