15 #ifndef __IPSDKIMAGEPROCESSING_RULEMATCHIMAGETEMPORALTYPE_H__ 16 #define __IPSDKIMAGEPROCESSING_RULEMATCHIMAGETEMPORALTYPE_H__ 20 #pragma warning (push) 21 #pragma warning (disable : 4251) 23 #include <IPSDKImageProcessing/Rule/Image/ImageProperty/BaseImagePropertyRule.h> 65 bool testRule()
const;
68 std::string createRuleFormalString()
const;
71 std::string createRuleEvaluatedString(
const ipUInt32 increment)
const;
96 #endif // __IPSDKIMAGEPROCESSING_RULEMATCHIMAGETEMPORALTYPE_H__ Predefined types for geometry component management.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
check image temporal type
Definition: ImagePropertyRuleTypes.h:40
boost::weak_ptr< const BaseImageAttribute > ImageAttributeConstWeakPtr
Definition: ImageAttributeTypes.h:38
eImagePropertyRuleType getImagePropertyRuleType() const
get image property rule type
Definition: RuleMatchImageTemporalType.h:83
Rule allowing to check image temporal geometry.
Definition: RuleMatchImageTemporalType.h:32
eTemporalGeometryType
Temporal geometry type.
Definition: GeometryComponentTypes.h:76
#define IPSDKIMAGEPROCESSING_API
Import/Export macro for library IPSDKImageProcessing.
Definition: IPSDKImageProcessingExports.h:25
image::eTemporalGeometryType _temporalGeometryType
temporal geometry used for check
Definition: RuleMatchImageTemporalType.h:76
static const eImagePropertyRuleType::domain g_imagePropertyRuleType
image processing rule type associated to rule
Definition: RuleMatchImageTemporalType.h:37
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