IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ImageRuleTypes.h
Go to the documentation of this file.
1 // ImageRuleTypes.h:
3 // -----------------
4 //
14 
15 #ifndef __IPSDKIMAGEPROCESSING_IMAGERULETYPES_H__
16 #define __IPSDKIMAGEPROCESSING_IMAGERULETYPES_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 
26 
33 )
34 
35 
43  (eMIST_X)
44  (eMIST_Y)
45  (eMIST_Z)
46  (eMIST_C)
47  (eMIST_T)
48  (eMIST_XYZT)
49  (eMIST_XYZC)
51  (eMIST_3d)
53  (eMIST_ZT)
55  (eMIST_ZCT)
57 )
58 
61 
62 } // end of namespace imaproc
63 } // end of namespace ipsdk
64 
65 #endif // __IPSDKIMAGEPROCESSING_IMAGERULETYPES_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Match all coordinates for image sizes.
Definition: ImageRuleTypes.h:78
Check for image property.
Definition: ImageRuleTypes.h:35
Match t coordinates for image sizes.
Definition: ImageRuleTypes.h:60
Check an image property compared with an other parameter.
Definition: ImageRuleTypes.h:37
Match c coordinates for image sizes.
Definition: ImageRuleTypes.h:58
Match z, c and t coordinates for image sizes.
Definition: ImageRuleTypes.h:76
Match 2d coordinates for image sizes.
Definition: ImageRuleTypes.h:66
Match 3d coordinates for image sizes.
Definition: ImageRuleTypes.h:68
Match y coordinates for image sizes.
Definition: ImageRuleTypes.h:54
Comparison of images properties.
Definition: ImageRuleTypes.h:33
Predefined types for image attributes management.
eImageRuleType
enumerate describing image rule operation type
Definition: ImageRuleTypes.h:31
Match z and t coordinates for image sizes.
Definition: ImageRuleTypes.h:72
Match x coordinates for image sizes.
Definition: ImageRuleTypes.h:52
eMatchImageSizeType
enumerate describing image comparison on image size rule operation type
Definition: ImageRuleTypes.h:50
Match z and c coordinates for image sizes.
Definition: ImageRuleTypes.h:70
Match c and t coordinates for image sizes.
Definition: ImageRuleTypes.h:74
Match x, y, z and t coordinates for image sizes.
Definition: ImageRuleTypes.h:62
Match x, y, z, and c coordinates for image sizes.
Definition: ImageRuleTypes.h:64
#define IPSDK_ENUM(enumTypeStr, enumSeq)
macro allowing to declare an enumerate for library
Definition: EnumMacros.h:26
Predefined types for image processing rules management.
Match z coordinates for image sizes.
Definition: ImageRuleTypes.h:56