15 #ifndef __IPSDKIMAGEPROCESSING_RULEMATCHIMAGEVOLUMETYPE_H__ 16 #define __IPSDKIMAGEPROCESSING_RULEMATCHIMAGEVOLUMETYPE_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_RULEMATCHIMAGEVOLUMETYPE_H__ Predefined types for geometry component management.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
image::eVolumeGeometryType _volumeGeometryType
volume geometry used for check
Definition: RuleMatchImageVolumeType.h:76
boost::weak_ptr< const BaseImageAttribute > ImageAttributeConstWeakPtr
Definition: ImageAttributeTypes.h:38
Rule allowing to check image volume geometry.
Definition: RuleMatchImageVolumeType.h:32
check image volume type
Definition: ImagePropertyRuleTypes.h:36
#define IPSDKIMAGEPROCESSING_API
Import/Export macro for library IPSDKImageProcessing.
Definition: IPSDKImageProcessingExports.h:25
eImagePropertyRuleType getImagePropertyRuleType() const
get image property rule type
Definition: RuleMatchImageVolumeType.h:83
eVolumeGeometryType
Volume geometry type.
Definition: GeometryComponentTypes.h:32
static const eImagePropertyRuleType::domain g_imagePropertyRuleType
image processing rule type associated to rule
Definition: RuleMatchImageVolumeType.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