IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
StripBinaryMixedRuleTypes.h
Go to the documentation of this file.
1 // StripBinaryMixedRuleTypes.h:
3 // ----------------------------
4 //
15 
16 #ifndef __IPSDKIMAGEPROCESSING_STRIPBINARYMIXEDRULETYPES_H__
17 #define __IPSDKIMAGEPROCESSING_STRIPBINARYMIXEDRULETYPES_H__
18 
20 #include <IPSDKImageProcessing/Attribute/IPEnum/ImageBufferTypeAttributeTypes.h>
22 
23 namespace ipsdk {
24 namespace imaproc {
25 
28 
37 )
38 
39 
42 } // end of namespace imaproc
43 } // end of namespace ipsdk
44 
45 #endif // __IPSDKIMAGEPROCESSING_STRIPBINARYMIXEDRULETYPES_H__
check that an image strip buffer type size is compatible with a given image buffer type attribute ...
Definition: StripBinaryMixedRuleTypes.h:41
Predefined types for strip rules management.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
eStripBinaryMixedRuleType
enumerate describing strip binary mixed rule operation type
Definition: StripBinaryMixedRuleTypes.h:35
check whether a value match a strip buffer type value range
Definition: StripBinaryMixedRuleTypes.h:37
Predefined types for data items.
check that an image strip match a given image buffer type attribute
Definition: StripBinaryMixedRuleTypes.h:39
#define IPSDK_ENUM(enumTypeStr, enumSeq)
macro allowing to declare an enumerate for library
Definition: EnumMacros.h:26