IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
OptionalRuleTypes.h
Go to the documentation of this file.
1 // OptionalRuleTypes.h:
3 // --------------------
4 //
14 
15 #ifndef __IPSDKBASEPROCESSING_OPTIONALRULETYPES_H__
16 #define __IPSDKBASEPROCESSING_OPTIONALRULETYPES_H__
17 
19 
20 namespace ipsdk {
21 namespace processor {
22 
25 
31  (eORT_IsSet)
32 )
33 
34 
37 } // end of namespace processor
38 } // end of namespace ipsdk
39 
40 #endif // __IPSDKBASEPROCESSING_OPTIONALRULETYPES_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
eOptionalRuleType
enumerate describing rule type associated to optional attributes
Definition: OptionalRuleTypes.h:32
Rule allowing to check that an optional attribute has been set.
Definition: OptionalRuleTypes.h:34
Predefined types for rules management.
#define IPSDK_ENUM(enumTypeStr, enumSeq)
macro allowing to declare an enumerate for library
Definition: EnumMacros.h:26