15 #ifndef __IPSDKIMAGEPROCESSING_RULEMATCHSTRIPBUFFERTYPE_H__ 16 #define __IPSDKIMAGEPROCESSING_RULEMATCHSTRIPBUFFERTYPE_H__ 18 #include <IPSDKImageProcessing/Rule/Strip/StripComparison/BaseStripComparisonRule.h> 55 bool testRule()
const;
58 std::string createRuleFormalString()
const;
61 std::string createRuleEvaluatedString(
const ipUInt32 increment)
const;
83 #endif // __IPSDKIMAGEPROCESSING_RULEMATCHSTRIPBUFFERTYPE_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
eStripComparisonRuleType
enumerate describing image strip comparison rule operation type
Definition: StripComparisonRuleTypes.h:33
Rule allowing to check that two image strips have same buffer type.
Definition: RuleMatchStripBufferType.h:26
eStripComparisonRuleType getStripComparisonRuleType() const
get image strip comparison rule type
Definition: RuleMatchStripBufferType.h:72
Base class for rules allowing to compare two image strip attributes.
Definition: BaseStripComparisonRule.h:27
#define IPSDKIMAGEPROCESSING_API
Import/Export macro for library IPSDKImageProcessing.
Definition: IPSDKImageProcessingExports.h:25
boost::weak_ptr< const BaseStripAttribute > StripAttributeConstWeakPtr
weak pointer to image strip attribute
Definition: StripAttributeTypes.h:80
Match strip buffer types.
Definition: StripComparisonRuleTypes.h:39
static const eStripComparisonRuleType::domain g_stripComparisonRuleType
strip comparison rule type associated to rule
Definition: RuleMatchStripBufferType.h:31
uint32_t ipUInt32
Base types definition.
Definition: BaseTypes.h:53