17 #ifndef __IPSDKIMAGEPROCESSING_RULEIMAGEISCOMPLETE_H__ 18 #define __IPSDKIMAGEPROCESSING_RULEIMAGEISCOMPLETE_H__ 20 #include <IPSDKImageProcessing/Rule/Image/ImageProperty/BaseImagePropertyRule.h> 55 bool testRule()
const;
58 std::string createRuleFormalString()
const;
61 std::string createRuleEvaluatedString(
const ipUInt32 increment)
const;
83 #endif // __IPSDKIMAGEPROCESSING_RULEIMAGEISCOMPLETE_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
boost::weak_ptr< const BaseImageAttribute > ImageAttributeConstWeakPtr
Definition: ImageAttributeTypes.h:38
#define IPSDKIMAGEPROCESSING_API
Import/Export macro for library IPSDKImageProcessing.
Definition: IPSDKImageProcessingExports.h:25
eImagePropertyRuleType getImagePropertyRuleType() const
get image property rule type
Definition: RuleImageIsComplete.h:72
static const eImagePropertyRuleType::domain g_imagePropertyRuleType
image processing rule type associated to rule
Definition: RuleImageIsComplete.h:33
check where image is a complete image (not a subset of a 'bigger' image)
Definition: ImagePropertyRuleTypes.h:48
Rule allowing to check where an image is a complete image (not a sub image)
Definition: RuleImageIsComplete.h:28
Base class for rules allowing to check property of an image attribute.
Definition: BaseImagePropertyRule.h:27
eImagePropertyRuleType
enumerate describing image property rule operation type
Definition: ImagePropertyRuleTypes.h:34
uint32_t ipUInt32
Base types definition.
Definition: BaseTypes.h:53