16 #ifndef __IPSDKIMAGEPROCESSING_RULECUSTOMCHECKEDIMAGEPROPERTY_H__ 17 #define __IPSDKIMAGEPROCESSING_RULECUSTOMCHECKEDIMAGEPROPERTY_H__ 21 #pragma warning (push) 22 #pragma warning (disable : 4251) 24 #include <IPSDKImageProcessing/Rule/Image/ImageProperty/BaseImagePropertyRule.h> 67 bool testRule()
const;
70 std::string createRuleFormalString()
const;
73 std::string createRuleEvaluatedString(
const ipUInt32 increment)
const;
98 #endif // __IPSDKIMAGEPROCESSING_RULECUSTOMCHECKEDIMAGEPROPERTY_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Rule allowing to check custom properties for an image attribute given a criterion defined by a derive...
Definition: RuleCustomCheckedImageProperty.h:33
boost::weak_ptr< const BaseImageAttribute > ImageAttributeConstWeakPtr
Definition: ImageAttributeTypes.h:38
CustomCheckedImagePropertyPtr _pCustomCheckedImageProperty
pointer to object allowing to define image checked properties
Definition: RuleCustomCheckedImageProperty.h:78
eImagePropertyRuleType getImagePropertyRuleType() const
get image property rule type
Definition: RuleCustomCheckedImageProperty.h:85
static const eImagePropertyRuleType::domain g_imagePropertyRuleType
image processing rule type associated to rule
Definition: RuleCustomCheckedImageProperty.h:38
boost::shared_ptr< BaseCustomCheckedImageProperty > CustomCheckedImagePropertyPtr
shared pointer to CustomCheckedImageProperty
Definition: CustomCheckedImagePropertyTypes.h:62
check image custom property defined by a derived class
Definition: ImagePropertyRuleTypes.h:52
#define IPSDKIMAGEPROCESSING_API
Import/Export macro for library IPSDKImageProcessing.
Definition: IPSDKImageProcessingExports.h:25
Base class for custom checked image properties.
Definition: BaseCustomCheckedImageProperty.h:35
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