IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
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 
30 
33 
34 } // end of namespace ipsdk
35 
36 #endif // __IPSDKUTIL_PROCESSINGRESULTTYPES_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
ProcessingResult< bool > BoolResult
typedef for boolean results associated to a string description
Definition: ProcessingResultTypes.h:29