16 #ifndef __IPSDKIMAGEPROCESSING_BASESTRIPBINARYMIXEDRULE_H__ 17 #define __IPSDKIMAGEPROCESSING_BASESTRIPBINARYMIXEDRULE_H__ 19 #include <IPSDKImageProcessing/Rule/Strip/BaseStripRule.h> 70 #endif // __IPSDKIMAGEPROCESSING_BASESTRIPBINARYMIXEDRULE_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Base class for rules allowing to match properties of a strip attribute with an other attribute...
Definition: BaseStripBinaryMixedRule.h:28
eStripBinaryMixedRuleType
enumerate describing strip binary mixed rule operation type
Definition: StripBinaryMixedRuleTypes.h:35
eStripRuleType
enumerate describing image strips rule operation type
Definition: StripRuleTypes.h:31
static const eStripRuleType::domain g_stripRuleType
image strip rule type associated to rule
Definition: BaseStripBinaryMixedRule.h:33
#define IPSDKIMAGEPROCESSING_API
Import/Export macro for library IPSDKImageProcessing.
Definition: IPSDKImageProcessingExports.h:25
Predefined types for rules allowing to check property of an image strip attributes management...
Check an image strip property compared with an other parameter.
Definition: StripRuleTypes.h:37
eStripRuleType getStripRuleType() const
retrieve image strip rule operation type
Definition: BaseStripBinaryMixedRule.h:59
Base class for rules applied on image strip attributes.
Definition: BaseStripRule.h:28