15 #ifndef __IPSDKIMAGEPROCESSING_RULEMATCHIMAGECOLORTYPE_H__ 16 #define __IPSDKIMAGEPROCESSING_RULEMATCHIMAGECOLORTYPE_H__ 20 #pragma warning (push) 21 #pragma warning (disable : 4251) 23 #include <IPSDKImageProcessing/Rule/Image/ImageProperty/BaseImagePropertyRule.h> 81 bool testRule()
const;
84 std::string createRuleFormalString()
const;
87 std::string createRuleEvaluatedString(
const ipUInt32 increment)
const;
110 #pragma warning (pop) 112 #endif // __IPSDKIMAGEPROCESSING_RULEMATCHIMAGECOLORTYPE_H__ Predefined types for geometry component management.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
boost::weak_ptr< const BaseImageAttribute > ImageAttributeConstWeakPtr
Definition: ImageAttributeTypes.h:38
Rule allowing to check image color geometry.
Definition: RuleMatchImageColorType.h:33
static const eImagePropertyRuleType::domain g_imagePropertyRuleType
image processing rule type associated to rule
Definition: RuleMatchImageColorType.h:41
check image color type
Definition: ImagePropertyRuleTypes.h:38
eColorGeometryType
Color geometry type.
Definition: GeometryComponentTypes.h:45
#define IPSDKIMAGEPROCESSING_API
Import/Export macro for library IPSDKImageProcessing.
Definition: IPSDKImageProcessingExports.h:25
ColorTypeColl _colorTypeColl
color geometry collection used for check
Definition: RuleMatchImageColorType.h:92
std::set< image::eColorGeometryType > ColorTypeColl
collection of color geometries
Definition: RuleMatchImageColorType.h:38
eImagePropertyRuleType getImagePropertyRuleType() const
get image property rule type
Definition: RuleMatchImageColorType.h:99
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