IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces | Functions
ImagePropertyRuleOperators.h File Reference

Predefined operators for rules allowing to check property of an image attribute. More...

#include <IPSDKImageProcessing/IPSDKImageProcessingExports.h>
#include <IPSDKImageProcessing/OutputInitializer/Image/ImageInitializerTypes.h>
#include <IPSDKImageProcessing/Rule/Image/ImageProperty/ImagePropertyRuleTypes.h>
#include <IPSDKImageProcessing/Rule/Image/ImageProperty/CustomCheckedImageProperty/CustomCheckedImagePropertyTypes.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::isComplete (const ImageAttributeConstWeakPtr &pAttribute)
 functions allowing to check where an image is a complete image (not a sub image)
 
IPSDKIMAGEPROCESSING_API processor::RulePtr ipsdk::imaproc::imageBaseType (const ImageAttributeConstWeakPtr &pAttribute, const image::eImageBaseType &imageBaseType0)
 function allowing to check allowed image base types
 
IPSDKIMAGEPROCESSING_API processor::RulePtr ipsdk::imaproc::customImageProperty (const ImageAttributeConstWeakPtr &pAttribute, const CustomCheckedImagePropertyPtr &pCustomCheckedImageProperty)
 function allowing to check custom image properties
 
IPSDKIMAGEPROCESSING_API processor::RulePtr ipsdk::imaproc::is2d (const ImageAttributeConstWeakPtr &pAttribute)
 functions allowing to check image volume type
 
IPSDKIMAGEPROCESSING_API processor::RulePtr ipsdk::imaproc::is3d (const ImageAttributeConstWeakPtr &pAttribute)
 functions allowing to check image volume type
 
IPSDKIMAGEPROCESSING_API processor::RulePtr ipsdk::imaproc::isGrey (const ImageAttributeConstWeakPtr &pAttribute)
 functions allowing to check image color type
 
IPSDKIMAGEPROCESSING_API processor::RulePtr ipsdk::imaproc::isColor (const ImageAttributeConstWeakPtr &pAttribute)
 functions allowing to check image color type
 
IPSDKIMAGEPROCESSING_API processor::RulePtr ipsdk::imaproc::isRgb (const ImageAttributeConstWeakPtr &pAttribute)
 functions allowing to check image color type
 
IPSDKIMAGEPROCESSING_API processor::RulePtr ipsdk::imaproc::isUserColor (const ImageAttributeConstWeakPtr &pAttribute)
 functions allowing to check image color type
 
IPSDKIMAGEPROCESSING_API processor::RulePtr ipsdk::imaproc::isSingle (const ImageAttributeConstWeakPtr &pAttribute)
 functions allowing to check image temporal type
 
IPSDKIMAGEPROCESSING_API processor::RulePtr ipsdk::imaproc::isSequence (const ImageAttributeConstWeakPtr &pAttribute)
 functions allowing to check image temporal type
 
IPSDKIMAGEPROCESSING_API processor::RulePtr ipsdk::imaproc::bufferType (const ImageAttributeConstWeakPtr &pAttribute, const image::eImageBufferType &imageBufferType0)
 function allowing to check allowed image buffer types
 
IPSDKIMAGEPROCESSING_API processor::RulePtr ipsdk::imaproc::bufferType (const ImageAttributeConstWeakPtr &pAttribute, const image::eImageBufferType &imageBufferType0, const image::eImageBufferType &imageBufferType1)
 function allowing to check allowed image buffer types
 
IPSDKIMAGEPROCESSING_API processor::RulePtr ipsdk::imaproc::bufferType (const ImageAttributeConstWeakPtr &pAttribute, const image::eImageBufferType &imageBufferType0, const image::eImageBufferType &imageBufferType1, const image::eImageBufferType &imageBufferType2)
 function allowing to check allowed image buffer types
 
IPSDKIMAGEPROCESSING_API processor::RulePtr ipsdk::imaproc::bufferType (const ImageAttributeConstWeakPtr &pAttribute, const image::eImageBufferType &imageBufferType0, const image::eImageBufferType &imageBufferType1, const image::eImageBufferType &imageBufferType2, const image::eImageBufferType &imageBufferType3)
 function allowing to check allowed image buffer types
 
IPSDKIMAGEPROCESSING_API processor::RulePtr ipsdk::imaproc::bufferType (const ImageAttributeConstWeakPtr &pAttribute, const image::eImageBufferType &imageBufferType0, const image::eImageBufferType &imageBufferType1, const image::eImageBufferType &imageBufferType2, const image::eImageBufferType &imageBufferType3, const image::eImageBufferType &imageBufferType4)
 function allowing to check allowed image buffer types
 
IPSDKIMAGEPROCESSING_API processor::RulePtr ipsdk::imaproc::bufferType (const ImageAttributeConstWeakPtr &pAttribute, const image::eImageBufferType &imageBufferType0, const image::eImageBufferType &imageBufferType1, const image::eImageBufferType &imageBufferType2, const image::eImageBufferType &imageBufferType3, const image::eImageBufferType &imageBufferType4, const image::eImageBufferType &imageBufferType5)
 function allowing to check allowed image buffer types
 
IPSDKIMAGEPROCESSING_API processor::RulePtr ipsdk::imaproc::bufferType (const ImageAttributeConstWeakPtr &pAttribute, const image::eImageBufferType &imageBufferType0, const image::eImageBufferType &imageBufferType1, const image::eImageBufferType &imageBufferType2, const image::eImageBufferType &imageBufferType3, const image::eImageBufferType &imageBufferType4, const image::eImageBufferType &imageBufferType5, const image::eImageBufferType &imageBufferType6)
 function allowing to check allowed image buffer types
 
IPSDKIMAGEPROCESSING_API processor::RulePtr ipsdk::imaproc::bufferType (const ImageAttributeConstWeakPtr &pAttribute, const image::eImageBufferType &imageBufferType0, const image::eImageBufferType &imageBufferType1, const image::eImageBufferType &imageBufferType2, const image::eImageBufferType &imageBufferType3, const image::eImageBufferType &imageBufferType4, const image::eImageBufferType &imageBufferType5, const image::eImageBufferType &imageBufferType6, const image::eImageBufferType &imageBufferType7)
 function allowing to check allowed image buffer types
 
IPSDKIMAGEPROCESSING_API processor::RulePtr ipsdk::imaproc::bufferType (const ImageAttributeConstWeakPtr &pAttribute, const image::eImageBufferType &imageBufferType0, const image::eImageBufferType &imageBufferType1, const image::eImageBufferType &imageBufferType2, const image::eImageBufferType &imageBufferType3, const image::eImageBufferType &imageBufferType4, const image::eImageBufferType &imageBufferType5, const image::eImageBufferType &imageBufferType6, const image::eImageBufferType &imageBufferType7, const image::eImageBufferType &imageBufferType8)
 function allowing to check allowed image buffer types
 
IPSDKIMAGEPROCESSING_API processor::RulePtr ipsdk::imaproc::bufferType (const ImageAttributeConstWeakPtr &pAttribute, const image::eImageBufferType &imageBufferType0, const image::eImageBufferType &imageBufferType1, const image::eImageBufferType &imageBufferType2, const image::eImageBufferType &imageBufferType3, const image::eImageBufferType &imageBufferType4, const image::eImageBufferType &imageBufferType5, const image::eImageBufferType &imageBufferType6, const image::eImageBufferType &imageBufferType7, const image::eImageBufferType &imageBufferType8, const image::eImageBufferType &imageBufferType9)
 function allowing to check allowed image buffer types
 
IPSDKIMAGEPROCESSING_API processor::RulePtr ipsdk::imaproc::homogeneousBufferType (const ImageAttributeConstWeakPtr &pAttribute)
 function allowing to check allowed image buffer types
 
IPSDKIMAGEPROCESSING_API processor::RulePtr ipsdk::imaproc::heterogeneousBufferType (const ImageAttributeConstWeakPtr &pAttribute)
 function allowing to check allowed image buffer types
 
IPSDKIMAGEPROCESSING_API processor::RulePtr ipsdk::imaproc::imageType (const ImageAttributeConstWeakPtr &pAttribute, const image::eImageType &imageType0)
 function allowing to check allowed image types
 
IPSDKIMAGEPROCESSING_API processor::RulePtr ipsdk::imaproc::isGpu (const ImageAttributeConstWeakPtr &pAttribute)
 functions allowing to check if the image is stored on GPU
 

Detailed Description

Predefined operators for rules allowing to check property of an image attribute.

Author
E. Noirfalise
Date
2016/03/17