IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
FormulaRuleTypes.h
Go to the documentation of this file.
1 // FormulaRuleTypes.h:
3 // -------------------
4 //
14 
15 #ifndef __IPSDKIMAGEPROCESSING_FORMULARULETYPES_H__
16 #define __IPSDKIMAGEPROCESSING_FORMULARULETYPES_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 
26 
32  (eFRT_Measure)
35 )
36 
37 
40 } // end of namespace imaproc
41 } // end of namespace ipsdk
42 
43 #endif // __IPSDKIMAGEPROCESSING_FORMULARULETYPES_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
eFormulaRuleType
enumerate describing formula rule operation type
Definition: FormulaRuleTypes.h:33
rule allowing to check image formula syntax
Definition: FormulaRuleTypes.h:37
Predefined types for formula attribute management.
rule allowing to check that a collection of images match an image formula syntax
Definition: FormulaRuleTypes.h:39
#define IPSDK_ENUM(enumTypeStr, enumSeq)
macro allowing to declare an enumerate for library
Definition: EnumMacros.h:26
rule allowing to check measure formula syntax
Definition: FormulaRuleTypes.h:35
Predefined types for image processing rules management.