16 #ifndef __IPSDKIMAGEPROCESSING_RULECHECKSTRIPBUFFERTYPE_H__ 17 #define __IPSDKIMAGEPROCESSING_RULECHECKSTRIPBUFFERTYPE_H__ 19 #include <IPSDKImageProcessing/Rule/Strip/StripBinaryMixed/BaseStripBinaryMixedRule.h> 56 bool testRule()
const;
59 std::string createRuleFormalString()
const;
62 std::string createRuleEvaluatedString(
const ipUInt32 increment)
const;
84 #endif // __IPSDKIMAGEPROCESSING_RULECHECKSTRIPBUFFERTYPE_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
eStripBinaryMixedRuleType getStripBinaryMixedRuleType() const
retrieve strip binary mixed rule operation type
Definition: RuleCheckStripBufferType.h:73
Rule allowing to check that an image strip correspond to a given image buffer types attribute...
Definition: RuleCheckStripBufferType.h:27
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
boost::weak_ptr< const BaseImageBufferTypeAttribute > IBTAttributeConstWeakPtr
Definition: ImageBufferTypeAttributeTypes.h:43
#define IPSDKIMAGEPROCESSING_API
Import/Export macro for library IPSDKImageProcessing.
Definition: IPSDKImageProcessingExports.h:25
static const eStripBinaryMixedRuleType::domain g_stripBinaryMixedRuleType
mixed strip rule type associated to rule
Definition: RuleCheckStripBufferType.h:32
boost::weak_ptr< const BaseStripAttribute > StripAttributeConstWeakPtr
weak pointer to image strip attribute
Definition: StripAttributeTypes.h:80
check that an image strip match a given image buffer type attribute
Definition: StripBinaryMixedRuleTypes.h:39
uint32_t ipUInt32
Base types definition.
Definition: BaseTypes.h:53