IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
RuleFormulaLogMessages.h
Go to the documentation of this file.
1 // RuleFormulaLogMessages.h:
3 // -------------------------
4 //
14 
15 #ifndef __IPSDKIMAGEPROCESSING_RULEFORMULALOGMESSAGES_H__
16 #define __IPSDKIMAGEPROCESSING_RULEFORMULALOGMESSAGES_H__
17 
20 
21 namespace ipsdk {
22 namespace imaproc {
23 
26 
31 DECLARE_LOG_MESSAGE_MAP(IPSDKImageProcessing, eRuleFormulaMessage,
42 )
43 
44 
47 } // end of namespace imaproc
48 } // end of namespace ipsdk
49 
50 #endif // __IPSDKIMAGEPROCESSING_RULEFORMULALOGMESSAGES_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
eRuleFormulaMessage
Enumerate describing messages.
Definition: RuleFormulaLogMessages.h:33
Header part of macros set allowing to manager log messages map into libraries.
#define DECLARE_LOG_MESSAGE_MAP(libraryName, enumTypeStr, enumSeq)
macro allowing to declare a message map for a given library libraryName and a given enumerate enumTyp...
Definition: LogMessageManagerHdrMacros.h:27
Definition of import/export macro for library.
s formula attribute, associated to formula {s}, is not a measure formula [s]
Definition: RuleFormulaLogMessages.h:49
Input optional image s is provided but not used by formula s.
Definition: RuleFormulaLogMessages.h:53
s image formula attribute, associated to image formula {s} match with proceeded images s ...
Definition: RuleFormulaLogMessages.h:43
s image formula attribute match with proceeded images
Definition: RuleFormulaLogMessages.h:45
s image formula attribute, associated to image formula {s} is valid s
Definition: RuleFormulaLogMessages.h:39
s formula attribute is associated to a measure formula with result type s
Definition: RuleFormulaLogMessages.h:51
s formula attribute, associated to measure formula {s} with result type s match target result type s ...
Definition: RuleFormulaLogMessages.h:47
Input optional image s is missing.
Definition: RuleFormulaLogMessages.h:35
Formula result type s mismatch with output image type s.
Definition: RuleFormulaLogMessages.h:37
s image formula attribute is associated to a valid image formula
Definition: RuleFormulaLogMessages.h:41