IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
DataItemUtils.h
Go to the documentation of this file.
1 // DataItemUtils.h:
3 // ----------------
4 //
14 
15 #ifndef __IPSDKBASEDATA_DATAITEMUTILS_H__
16 #define __IPSDKBASEDATA_DATAITEMUTILS_H__
17 
20 #include <IPSDKMath/Constants.h>
21 
22 namespace ipsdk {
23 
26 
29 equal(const BaseDataItem& dataItem1, const BaseDataItem& dataItem2,
30  const ipReal64& tolerance = NumericLimits<ipReal64>::sqrt_epsilon());
31 
34 
35 } // end of namespace ipsdk
36 
37 #endif // __IPSDKBASEDATA_DATAITEMUTILS_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
IPSDKBASEDATA_API bool equal(const BaseDataItem &dataItem1, const BaseDataItem &dataItem2, const ipReal64 &tolerance=NumericLimits< ipReal64 >::sqrt_epsilon())
function allowing to check whether two data items are equal
double ipReal64
Base types definition.
Definition: BaseTypes.h:57
Definition of import/export macro for library.
Predefined constants for ipsdk math library.
Predefined types for data items.
#define IPSDKBASEDATA_API
Import/Export macro for library IPSDKUtil.
Definition: IPSDKBaseDataExports.h:27