15 #ifndef __IPSDKIMAGEPROCESSING_RULEMATCHYSTRIPCOLOR2DCOLORTYPE_H__ 16 #define __IPSDKIMAGEPROCESSING_RULEMATCHYSTRIPCOLOR2DCOLORTYPE_H__ 20 #pragma warning (push) 21 #pragma warning (disable : 4251) 23 #include <IPSDKImageProcessing/Rule/Strip/StripProperty/BaseStripPropertyRule.h> 84 bool testRule()
const;
87 std::string createRuleFormalString()
const;
90 std::string createRuleEvaluatedString(
const ipUInt32 increment)
const;
113 #endif // __IPSDKIMAGEPROCESSING_RULEMATCHYSTRIPCOLOR2DCOLORTYPE_H__ check image y strip color 2d color geometry type
Definition: StripPropertyRuleTypes.h:38
Predefined types for geometry component management.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
eStripPropertyRuleType
enumerate describing image strip property rule operation type
Definition: StripPropertyRuleTypes.h:34
std::set< image::eColorGeometryType > ColorTypeColl
collection of color geometries
Definition: RuleMatchYStripColor2dColorType.h:43
Base class for rules allowing to check property of an image strip attributes.
Definition: BaseStripPropertyRule.h:28
boost::weak_ptr< const BaseYStripColor2dAttribute > YStripColor2dAttributeConstWeakPtr
weak pointer to YStripColor2d attribute
Definition: StripAttributeTypes.h:116
eColorGeometryType
Color geometry type.
Definition: GeometryComponentTypes.h:45
static const eStripPropertyRuleType::domain g_stripPropertyRuleType
image strip property rule type associated to rule
Definition: RuleMatchYStripColor2dColorType.h:38
Rule allowing to check image y strip color 2d color geometry.
Definition: RuleMatchYStripColor2dColorType.h:33
#define IPSDKIMAGEPROCESSING_API
Import/Export macro for library IPSDKImageProcessing.
Definition: IPSDKImageProcessingExports.h:25
ColorTypeColl _colorTypeColl
color geometry collection used for check
Definition: RuleMatchYStripColor2dColorType.h:95
eStripPropertyRuleType getStripPropertyRuleType() const
get image strip property rule type
Definition: RuleMatchYStripColor2dColorType.h:102
uint32_t ipUInt32
Base types definition.
Definition: BaseTypes.h:53