IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ImageBufferTypeRuleTypes.h
Go to the documentation of this file.
1 // ImageBufferTypeRuleTypes.h:
3 // ---------------------------
4 //
14 
15 #ifndef __IPSDKIMAGEPROCESSING_IMAGEBUFFERTYPERULETYPES_H__
16 #define __IPSDKIMAGEPROCESSING_IMAGEBUFFERTYPERULETYPES_H__
17 
19 #include <IPSDKImageProcessing/Attribute/IPEnum/ImageBufferTypeAttributeTypes.h>
20 
21 namespace ipsdk {
22 namespace imaproc {
23 
26 
32  (eIBTRT_OneOf)
34 )
35 
36 
39 } // end of namespace imaproc
40 } // end of namespace ipsdk
41 
42 #endif // __IPSDKIMAGEPROCESSING_IMAGEBUFFERTYPERULETYPES_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
check whether image buffer type value is part of a predefined collection
Definition: ImageBufferTypeRuleTypes.h:35
eIBTRuleType
enumerate describing image buffer type rule operation type
Definition: ImageBufferTypeRuleTypes.h:33
check whether image buffer type value is not part of a predefined collection
Definition: ImageBufferTypeRuleTypes.h:37
#define IPSDK_ENUM(enumTypeStr, enumSeq)
macro allowing to declare an enumerate for library
Definition: EnumMacros.h:26
Predefined types for image processing rules management.