16 #ifndef __IPSDKIMAGEPROCESSING_RULEMATCHBUFFERSIZE_H__ 17 #define __IPSDKIMAGEPROCESSING_RULEMATCHBUFFERSIZE_H__ 19 #include <IPSDKImageProcessing/Rule/Image/ImageBinaryMixed/BaseImageBinaryMixedRule.h> 56 bool testRule()
const;
59 std::string createRuleFormalString()
const;
62 std::string createRuleEvaluatedString(
const ipUInt32 increment)
const;
84 #endif // __IPSDKIMAGEPROCESSING_RULEMATCHBUFFERSIZE_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
boost::weak_ptr< const BaseImageAttribute > ImageAttributeConstWeakPtr
Definition: ImageAttributeTypes.h:38
eImageBinaryMixedRuleType
enumerate describing image binary mixed rule operation type
Definition: ImageBinaryMixedRuleTypes.h:35
eImageBinaryMixedRuleType getImageBinaryMixedRuleType() const
retrieve image binary mixed rule operation type
Definition: RuleMatchBufferSize.h:73
boost::weak_ptr< const BaseImageBufferTypeAttribute > IBTAttributeConstWeakPtr
Definition: ImageBufferTypeAttributeTypes.h:43
#define IPSDKIMAGEPROCESSING_API
Import/Export macro for library IPSDKImageProcessing.
Definition: IPSDKImageProcessingExports.h:25
Base class for rules allowing to match properties of an image attribute with an other attribute...
Definition: BaseImageBinaryMixedRule.h:29
static const eImageBinaryMixedRuleType::domain g_imageBinaryMixedRuleType
image processing rule type associated to rule
Definition: RuleMatchBufferSize.h:32
Rule allowing to check that an image buffer type and a given image buffer types attribute have same b...
Definition: RuleMatchBufferSize.h:27
Match image buffer base size with a given buffer type.
Definition: ImageBinaryMixedRuleTypes.h:45
uint32_t ipUInt32
Base types definition.
Definition: BaseTypes.h:53