![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Predefined operators for rules allowing to compare value attribute with a given value. More...
#include <IPSDKBaseProcessing/Rule/RuleOperators.h>#include <IPSDKBaseProcessing/Rule/Attribute/Value/ValueProperty/RuleValueProperty.h>#include <IPSDKBaseProcessing/Attribute/Value/BaseValueAttribute.h>Go to the source code of this file.
Namespaces | |
| ipsdk | |
| Main namespace for IPSDK library. | |
| ipsdk::processor | |
| Namespace agregating IPSDK base routines and classes for algorithm processing. | |
Functions | |
| template<typename AttributeType > | |
| boost::enable_if< typename boost::is_same< boost::mpl::int_< AttributeType::g_attributeType >, boost::mpl::int_< eAttributeType::eAT_Value > >::type, RulePtr >::type | ipsdk::processor::isOdd (const boost::shared_ptr< AttributeType > &pAttribute) |
| functions allowing to check whether attribute value is odd | |
| template<typename AttributeType > | |
| boost::enable_if< typename boost::is_same< boost::mpl::int_< AttributeType::g_attributeType >, boost::mpl::int_< eAttributeType::eAT_Value > >::type, RulePtr >::type | ipsdk::processor::isOdd (const boost::weak_ptr< AttributeType > &pAttribute) |
| functions allowing to check whether attribute value is odd | |
| template<typename AttributeType > | |
| boost::enable_if< typename boost::is_same< boost::mpl::int_< AttributeType::g_attributeType >, boost::mpl::int_< eAttributeType::eAT_Value > >::type, RulePtr >::type | ipsdk::processor::isEven (const boost::shared_ptr< const AttributeType > &pAttribute) |
| functions allowing to check whether attribute value is even | |
| template<typename AttributeType > | |
| boost::enable_if< typename boost::is_same< boost::mpl::int_< AttributeType::g_attributeType >, boost::mpl::int_< eAttributeType::eAT_Value > >::type, RulePtr >::type | ipsdk::processor::isEven (const boost::weak_ptr< AttributeType > &pAttribute) |
| functions allowing to check whether attribute value is even | |
Predefined operators for rules allowing to compare value attribute with a given value.
1.8.14