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

Predefined operators for rules on leaf collection properties of data item attributes. More...

#include <IPSDKBaseProcessing/Rule/RuleOperators.h>
#include <IPSDKBaseProcessing/Rule/Attribute/DataItem/LeafColl/LeafCollProperty/RuleLeafCollProperty.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 LeafType , typename AttributeType >
boost::enable_if< typename boost::mpl::and_< typename boost::is_same< boost::mpl::int_< AttributeType::g_attributeType >, boost::mpl::int_< eAttributeType::eAT_DataItem > >::type, typename boost::is_same< boost::mpl::int_< LeafType::g_itemType >, boost::mpl::int_< eDataItemType::eDIT_LeafColl > >::type >::type, RulePtr >::type ipsdk::processor::isOdd (const boost::shared_ptr< AttributeType > &pAttribute)
 functions allowing to check whether attribute value is odd
 
template<typename LeafType , typename AttributeType >
boost::enable_if< typename boost::mpl::and_< typename boost::is_same< boost::mpl::int_< AttributeType::g_attributeType >, boost::mpl::int_< eAttributeType::eAT_DataItem > >::type, typename boost::is_same< boost::mpl::int_< LeafType::g_itemType >, boost::mpl::int_< eDataItemType::eDIT_LeafColl > >::type >::type, RulePtr >::type ipsdk::processor::isOdd (const boost::weak_ptr< const AttributeType > &pAttribute)
 functions allowing to check whether attribute value is odd
 
template<typename LeafType , typename AttributeType >
boost::enable_if< typename boost::mpl::and_< typename boost::is_same< boost::mpl::int_< AttributeType::g_attributeType >, boost::mpl::int_< eAttributeType::eAT_DataItem > >::type, typename boost::is_same< boost::mpl::int_< LeafType::g_itemType >, boost::mpl::int_< eDataItemType::eDIT_LeafColl > >::type >::type, RulePtr >::type ipsdk::processor::isEven (const boost::shared_ptr< AttributeType > &pAttribute)
 functions allowing to check whether attribute value is even
 
template<typename LeafType , typename AttributeType >
boost::enable_if< typename boost::mpl::and_< typename boost::is_same< boost::mpl::int_< AttributeType::g_attributeType >, boost::mpl::int_< eAttributeType::eAT_DataItem > >::type, typename boost::is_same< boost::mpl::int_< LeafType::g_itemType >, boost::mpl::int_< eDataItemType::eDIT_LeafColl > >::type >::type, RulePtr >::type ipsdk::processor::isEven (const boost::weak_ptr< const AttributeType > &pAttribute)
 functions allowing to check whether attribute value is even
 

Detailed Description

Predefined operators for rules on leaf collection properties of data item attributes.

Author
E.Noirfalise
Date
2016/11/03