15 #ifndef __IPSDKIMAGEPROCESSING_RULEALLOWEDIMAGEBUFFERTYPE_H__ 16 #define __IPSDKIMAGEPROCESSING_RULEALLOWEDIMAGEBUFFERTYPE_H__ 20 #pragma warning (push) 21 #pragma warning (disable : 4251) 23 #include <IPSDKImageProcessing/Rule/Image/ImageProperty/BaseImagePropertyRule.h> 120 bool testRule()
const;
123 std::string createRuleFormalString()
const;
126 std::string createRuleEvaluatedString(
const ipUInt32 increment)
const;
149 #pragma warning (pop) 151 #endif // __IPSDKIMAGEPROCESSING_RULEALLOWEDIMAGEBUFFERTYPE_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
boost::weak_ptr< const BaseImageAttribute > ImageAttributeConstWeakPtr
Definition: ImageAttributeTypes.h:38
Rule allowing to check allowed image buffer type for an attribute.
Definition: RuleAllowedImageBufferType.h:31
check image allowed buffer types
Definition: ImagePropertyRuleTypes.h:44
eImagePropertyRuleType getImagePropertyRuleType() const
get image property rule type
Definition: RuleAllowedImageBufferType.h:138
#define IPSDKIMAGEPROCESSING_API
Import/Export macro for library IPSDKImageProcessing.
Definition: IPSDKImageProcessingExports.h:25
static const eImagePropertyRuleType::domain g_imagePropertyRuleType
image processing rule type associated to rule
Definition: RuleAllowedImageBufferType.h:36
std::set< image::eImageBufferType > ImageBufferTypeColl
collection of image buffer types
Definition: ImageBufferTypeAttributeTypes.h:50
ImageBufferTypeColl _bufferTypeColl
collection of allowed buffer types
Definition: RuleAllowedImageBufferType.h:131
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
eImageBufferType
types associated to image buffers
Definition: ImageTypes.h:78
uint32_t ipUInt32
Base types definition.
Definition: BaseTypes.h:53