![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Predefined operators for rules size of leaf collections of data item attributes. More...
#include <IPSDKBaseProcessing/Rule/RuleOperators.h>#include <IPSDKBaseProcessing/Rule/Attribute/DataItem/LeafColl/Size/RuleLeafCollSize.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 LeafCollType , 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_< LeafCollType::g_itemType >, boost::mpl::int_< eDataItemType::eDIT_LeafColl > >::type >::type, RulePtr >::type | ipsdk::processor::isNotEmpty (const boost::shared_ptr< AttributeType > &pAttribute) |
| functions allowing to check that a leaf collection is not empty | |
| template<typename LeafCollType , 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_< LeafCollType::g_itemType >, boost::mpl::int_< eDataItemType::eDIT_LeafColl > >::type >::type, RulePtr >::type | ipsdk::processor::isNotEmpty (const boost::weak_ptr< const AttributeType > &pAttribute) |
| functions allowing to check that a leaf collection is not empty | |
| template<typename LeafCollType , 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_< LeafCollType::g_itemType >, boost::mpl::int_< eDataItemType::eDIT_LeafColl > >::type >::type, RulePtr >::type | ipsdk::processor::isEmpty (const boost::shared_ptr< AttributeType > &pAttribute) |
| functions allowing to check that a leaf collection is empty | |
| template<typename LeafCollType , 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_< LeafCollType::g_itemType >, boost::mpl::int_< eDataItemType::eDIT_LeafColl > >::type >::type, RulePtr >::type | ipsdk::processor::isEmpty (const boost::weak_ptr< const AttributeType > &pAttribute) |
| functions allowing to check that a leaf collection is empty | |
| template<typename LeafCollType , 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_< LeafCollType::g_itemType >, boost::mpl::int_< eDataItemType::eDIT_LeafColl > >::type >::type, RulePtr >::type | ipsdk::processor::matchSize (const boost::shared_ptr< AttributeType > &pAttribute, const ipUInt32 targetSize) |
| functions allowing to check leaf collection size | |
| template<typename LeafCollType , 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_< LeafCollType::g_itemType >, boost::mpl::int_< eDataItemType::eDIT_LeafColl > >::type >::type, RulePtr >::type | ipsdk::processor::matchSize (const boost::weak_ptr< const AttributeType > &pAttribute, const ipUInt32 targetSize) |
| functions allowing to check leaf collection size | |
Predefined operators for rules size of leaf collections of data item attributes.
1.8.14