IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
EstimationOperators.h
Go to the documentation of this file.
1 // EstimationOperators.h:
3 // ----------------------
4 //
14 
15 #ifndef __IPSDKMATH_ESTIMATIONOPERATORS_H__
16 #define __IPSDKMATH_ESTIMATIONOPERATORS_H__
17 
19 #include <iostream>
20 
21 namespace ipsdk {
22 namespace math {
23 
24 class EstimationConfig;
25 class EstimationResults;
26 
29 
31 IPSDKMATH_API std::ostream&
32 operator<< (std::ostream& os, const EstimationConfig& config);
33 
35 IPSDKMATH_API std::ostream&
36 operator<< (std::ostream& os, const EstimationResults& results);
37 
40 
41 } // end of namespace math
42 } // end of namespace ipsdk
43 
44 #endif // __IPSDKMATH_ESTIMATIONOPERATORS_H__
Definition of import/export macro for library.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
#define IPSDKMATH_API
Import/Export macro for library IPSDKMath.
Definition: IPSDKMathExports.h:27
IPSDKMATH_API std::ostream & operator<<(std::ostream &os, const EstimationConfig &config)
output operator on EstimationConfig