IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ImagePropertyRuleTypes.h
Go to the documentation of this file.
1 // ImagePropertyRuleTypes.h:
3 // -------------------------
4 //
15 
16 #ifndef __IPSDKIMAGEPROCESSING_IMAGEPROPERTYRULETYPES_H__
17 #define __IPSDKIMAGEPROCESSING_IMAGEPROPERTYRULETYPES_H__
18 
20 #include <IPSDKImageProcessing/Attribute/IPEnum/ImageBufferTypeAttributeTypes.h>
21 
22 namespace ipsdk {
23 namespace imaproc {
24 
27 
42 )
43 
44 
47 } // end of namespace imaproc
48 } // end of namespace ipsdk
49 
50 #endif // __IPSDKIMAGEPROCESSING_IMAGEPROPERTYRULETYPES_H__
check where image is stored on GPU
Definition: ImagePropertyRuleTypes.h:50
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
check image temporal type
Definition: ImagePropertyRuleTypes.h:40
check image allowed buffer types
Definition: ImagePropertyRuleTypes.h:44
check image color type
Definition: ImagePropertyRuleTypes.h:38
check image volume type
Definition: ImagePropertyRuleTypes.h:36
check image custom property defined by a derived class
Definition: ImagePropertyRuleTypes.h:52
check image allowed base types
Definition: ImagePropertyRuleTypes.h:42
Predefined types for image rules management.
check where image is a complete image (not a subset of a &#39;bigger&#39; image)
Definition: ImagePropertyRuleTypes.h:48
#define IPSDK_ENUM(enumTypeStr, enumSeq)
macro allowing to declare an enumerate for library
Definition: EnumMacros.h:26
eImagePropertyRuleType
enumerate describing image property rule operation type
Definition: ImagePropertyRuleTypes.h:34
check image allowed types
Definition: ImagePropertyRuleTypes.h:46