IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
GraphLogMessages.h
Go to the documentation of this file.
1 // GraphLogMessages.h:
3 // -------------------
4 //
14 
15 #ifndef __IPSDKMATH_GRAPHLOGMESSAGES_H__
16 #define __IPSDKMATH_GRAPHLOGMESSAGES_H__
17 
20 
21 namespace ipsdk {
22 namespace math {
23 
26 
38 )
39 
40 
43 } // end of namespace math
44 } // end of namespace ipsdk
45 
46 #endif // __IPSDKMATH_GRAPHLOGMESSAGES_H__
Definition of import/export macro for library.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Algorithm has not been initialized.
Definition: GraphLogMessages.h:35
Algorithm has not been resolved, can't access associated results.
Definition: GraphLogMessages.h:37
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
eGraphMessage
Enumerate describing messages.
Definition: GraphLogMessages.h:33
Column index d is not valid given total number of matrix columns d.
Definition: GraphLogMessages.h:39
Row index d is not valid given total number of matrix rows d.
Definition: GraphLogMessages.h:41
Matrix should be column major for munkres processing while input number of rows is d and number of co...
Definition: GraphLogMessages.h:43
Matrix size should not be null for munkres algorithm.
Definition: GraphLogMessages.h:45