IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces
ValueComparisonRuleOperators.h File Reference

Predefined operators for rules allowing to check properties on value attribute. More...

#include <IPSDKBaseProcessing/Rule/RuleOperators.h>
#include <IPSDKBaseProcessing/Rule/Attribute/Value/ValueComparison/RuleValueComparison.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::operator== (const boost::shared_ptr< AttributeType > &pAttribute, const typename AttributeType::ValueType &value)
 Rule allowing to check whether a value attribute is equal to a value.
 
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::isEqual (const boost::weak_ptr< AttributeType > &pAttribute, const typename AttributeType::ValueType &value)
 Rule allowing to check whether a value attribute is equal to a value.
 
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::operator!= (const boost::shared_ptr< AttributeType > &pAttribute, const typename AttributeType::ValueType &value)
 Rule allowing to check whether a value attribute is not equal to a value.
 
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::isNotEqual (const boost::weak_ptr< AttributeType > &pAttribute, const typename AttributeType::ValueType &value)
 Rule allowing to check whether a value attribute is not equal to a value.
 
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::operator> (const boost::shared_ptr< AttributeType > &pAttribute, const typename AttributeType::ValueType &value)
 Rule allowing to check whether a value attribute is greater than a value.
 
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::isGreater (const boost::weak_ptr< AttributeType > &pAttribute, const typename AttributeType::ValueType &value)
 Rule allowing to check whether a value attribute is greater than a value.
 
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::operator< (const boost::shared_ptr< AttributeType > &pAttribute, const typename AttributeType::ValueType &value)
 Rule allowing to check whether a value attribute is lower than a value.
 
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::isLower (const boost::weak_ptr< AttributeType > &pAttribute, const typename AttributeType::ValueType &value)
 Rule allowing to check whether a value attribute is lower than a value.
 
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::operator>= (const boost::shared_ptr< AttributeType > &pAttribute, const typename AttributeType::ValueType &value)
 
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::isGreaterOrEqual (const boost::weak_ptr< AttributeType > &pAttribute, const typename AttributeType::ValueType &value)
 
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::operator<= (const boost::shared_ptr< AttributeType > &pAttribute, const typename AttributeType::ValueType &value)
 
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::isLowerOrEqual (const boost::weak_ptr< AttributeType > &pAttribute, const typename AttributeType::ValueType &value)
 

Detailed Description

Predefined operators for rules allowing to check properties on value attribute.

Author
E. Noirfalise
Date
2016/03/15