15 #ifndef __IPSDKIMAGEPROCESSING_RULEALLOWEDIMAGETYPE_H__ 16 #define __IPSDKIMAGEPROCESSING_RULEALLOWEDIMAGETYPE_H__ 20 #pragma warning (push) 21 #pragma warning (disable : 4251) 23 #include <IPSDKImageProcessing/Rule/Image/ImageProperty/BaseImagePropertyRule.h> 38 typedef std::set<image::eImageType> ImageTypeColl;
74 const ImageTypeColl& getImageTypeColl()
const;
78 bool testRule()
const;
81 std::string createRuleFormalString()
const;
84 std::string createRuleEvaluatedString(
const ipUInt32 increment)
const;
107 #pragma warning (pop) 109 #endif // __IPSDKIMAGEPROCESSING_RULEALLOWEDIMAGETYPE_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Rule allowing to check allowed image type for an attribute.
Definition: RuleAllowedImageType.h:31
boost::weak_ptr< const BaseImageAttribute > ImageAttributeConstWeakPtr
Definition: ImageAttributeTypes.h:38
ImageTypeColl _typeColl
collection of allowed types
Definition: RuleAllowedImageType.h:89
static const eImagePropertyRuleType::domain g_imagePropertyRuleType
image processing rule type associated to rule
Definition: RuleAllowedImageType.h:36
eImagePropertyRuleType getImagePropertyRuleType() const
get image property rule type
Definition: RuleAllowedImageType.h:96
#define IPSDKIMAGEPROCESSING_API
Import/Export macro for library IPSDKImageProcessing.
Definition: IPSDKImageProcessingExports.h:25
eImageType
Enumerate describing image type.
Definition: ImageTypes.h:58
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
check image allowed types
Definition: ImagePropertyRuleTypes.h:46
uint32_t ipUInt32
Base types definition.
Definition: BaseTypes.h:53