IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
AttributeRuleTypes.h
Go to the documentation of this file.
1 // AttributeRuleTypes.h:
3 // ---------------------
4 //
14 
15 #ifndef __IPSDKBASEPROCESSING_ATTRIBUTERULETYPES_H__
16 #define __IPSDKBASEPROCESSING_ATTRIBUTERULETYPES_H__
17 
19 
20 namespace ipsdk {
21 namespace processor {
22 
25 
31  (eART_Value)
35  (eART_User)
36 )
37 
38 
41 } // end of namespace processor
42 } // end of namespace ipsdk
43 
44 #endif // __IPSDKBASEPROCESSING_ATTRIBUTERULETYPES_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Rule applied on optional attributes.
Definition: AttributeRuleTypes.h:40
eAttributeRuleType
enumerate describing rule on attributes operation type
Definition: AttributeRuleTypes.h:32
Check for user rule elements.
Definition: AttributeRuleTypes.h:42
Predefined types for processing attributes managment.
Rule applied on a data item.
Definition: AttributeRuleTypes.h:36
Rule applied on a value.
Definition: AttributeRuleTypes.h:34
Rule applied on an image processing data.
Definition: AttributeRuleTypes.h:38
#define IPSDK_ENUM(enumTypeStr, enumSeq)
macro allowing to declare an enumerate for library
Definition: EnumMacros.h:26