![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Predefined operators for rules allowing to match properties of a strip attribute with an other attribute. More...
#include <IPSDKImageProcessing/Rule/Strip/StripBinaryMixed/RuleMatchLeafToStripRange.h>#include <IPSDKImageProcessing/Rule/Strip/StripBinaryMixed/RuleMatchValueToStripRange.h>#include <IPSDKBaseProcessing/Rule/RuleOperators.h>Go to the source code of this file.
Namespaces | |
| ipsdk | |
| Main namespace for IPSDK library. | |
| ipsdk::imaproc | |
| Namespace agregating IPSDK base routines and classes for image algorithm processing. | |
Functions | |
| IPSDKIMAGEPROCESSING_API processor::RulePtr | ipsdk::imaproc::bufferType (const StripAttributeConstWeakPtr &pStripAttribute, const IBTAttributeConstWeakPtr &pIBTAttribute) |
| function allowing to check that an image strip correspond to a given image buffer types attribute | |
| IPSDKIMAGEPROCESSING_API processor::RulePtr | ipsdk::imaproc::compatibleBufferType (const StripAttributeConstWeakPtr &pStripAttribute, const IBTAttributeConstWeakPtr &pIBTAttribute) |
| function allowing to check that an image strip buffer type size is compatible with a given image buffer types attribute | |
| template<typename LeafType , typename LeafAttributeType > | |
| processor::RulePtr | ipsdk::imaproc::matchStripRange (const StripAttributeConstPtr &pStripAttribute, const boost::shared_ptr< LeafAttributeType > &pLeafAttribute) |
| functions allowing to check that a DataItem leaf value is inside an image buffer type value range | |
| template<typename LeafType , typename LeafAttributeType > | |
| processor::RulePtr | ipsdk::imaproc::matchStripRange (const StripAttributeConstWeakPtr &pStripAttribute, const boost::weak_ptr< LeafAttributeType > &pLeafAttribute) |
| functions allowing to check that a DataItem leaf value is inside an image buffer type value range | |
| template<typename ValueAttributeType > | |
| processor::RulePtr | ipsdk::imaproc::matchStripRange (const StripAttributeConstPtr &pStripAttribute, const boost::shared_ptr< ValueAttributeType > &pValueAttribute) |
| functions allowing to check that an attribute value is inside an strip buffer type value range | |
| template<typename ValueAttributeType > | |
| processor::RulePtr | ipsdk::imaproc::matchStripRange (const StripAttributeConstWeakPtr &pStripAttribute, const boost::weak_ptr< ValueAttributeType > &pValueAttribute) |
| functions allowing to check that an attribute value is inside an strip buffer type value range | |
Predefined operators for rules allowing to match properties of a strip attribute with an other attribute.
1.8.14