IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
IPSDK_Nightly
include
public
IPSDKUtil
Tools
ProcessingResultTypes.h
Go to the documentation of this file.
1
// ProcessingResultTypes.h:
3
// ------------------------
4
//
14
15
#ifndef __IPSDKUTIL_PROCESSINGRESULTTYPES_H__
16
#define __IPSDKUTIL_PROCESSINGRESULTTYPES_H__
17
18
namespace
ipsdk
{
19
22
24
template
<
class
T>
25
class
ProcessingResult;
27
29
typedef
ProcessingResult<bool>
BoolResult
;
30
33
34
}
// end of namespace ipsdk
35
36
#endif // __IPSDKUTIL_PROCESSINGRESULTTYPES_H__
ipsdk::ProcessingResult< bool >
ipsdk
Main namespace for IPSDK library.
Definition:
AlgorithmFunctionEfficiency.h:22
ipsdk::BoolResult
ProcessingResult< bool > BoolResult
typedef for boolean results associated to a string description
Definition:
ProcessingResultTypes.h:29
Generated on Tue Apr 15 2025 16:20:49 for IPSDK by
1.8.14