15 #ifndef __IPSDKIMAGEPROCESSING_RULEALLOWEDIMAGEBASETYPE_H__ 16 #define __IPSDKIMAGEPROCESSING_RULEALLOWEDIMAGEBASETYPE_H__ 20 #pragma warning (push) 21 #pragma warning (disable : 4251) 23 #include <IPSDKImageProcessing/Rule/Image/ImageProperty/BaseImagePropertyRule.h> 38 typedef std::set<image::eImageBaseType> ImageBaseTypeColl;
60 const ImageBaseTypeColl& getImageBaseTypeColl()
const;
64 bool testRule()
const;
67 std::string createRuleFormalString()
const;
70 std::string createRuleEvaluatedString(
const ipUInt32 increment)
const;
95 #endif // __IPSDKIMAGEPROCESSING_RULEALLOWEDIMAGEBASETYPE_H__ eImageBaseType
Enumerate describing image base type.
Definition: ImageTypes.h:46
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
boost::weak_ptr< const BaseImageAttribute > ImageAttributeConstWeakPtr
Definition: ImageAttributeTypes.h:38
check image allowed base types
Definition: ImagePropertyRuleTypes.h:42
#define IPSDKIMAGEPROCESSING_API
Import/Export macro for library IPSDKImageProcessing.
Definition: IPSDKImageProcessingExports.h:25
ImageBaseTypeColl _typeColl
collection of allowed types
Definition: RuleAllowedImageBaseType.h:75
eImagePropertyRuleType getImagePropertyRuleType() const
get image property rule type
Definition: RuleAllowedImageBaseType.h:82
Rule allowing to check allowed image base type for an attribute.
Definition: RuleAllowedImageBaseType.h:31
Base class for rules allowing to check property of an image attribute.
Definition: BaseImagePropertyRule.h:27
static const eImagePropertyRuleType::domain g_imagePropertyRuleType
image processing rule type associated to rule
Definition: RuleAllowedImageBaseType.h:36
eImagePropertyRuleType
enumerate describing image property rule operation type
Definition: ImagePropertyRuleTypes.h:34
uint32_t ipUInt32
Base types definition.
Definition: BaseTypes.h:53