IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
UnitTestPathTypes.h
Go to the documentation of this file.
1 // UnitTestPathTypes.h:
3 // --------------------
4 //
14 
15 #ifndef __IPSDKUNITTESTTOOLS_UNITTESTPATHTYPES_H__
16 #define __IPSDKUNITTESTTOOLS_UNITTESTPATHTYPES_H__
17 
19 
20 namespace ipsdk {
21 namespace unittest {
22 
25 
29 
32 
35 
38 
41 
43  (eUTID_Data)
44 
47 
49  (eUTID_Images)
50 
53 )
54 
58 
61 
63  (eUTED_Tmp)
64 )
65 
68 
69 } // end of namespace unittest
70 } // end of namespace ipsdk
71 
72 #endif // __IPSDKUNITTESTTOOLS_UNITTESTPATHTYPES_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Unit test configuration root directory.
Definition: UnitTestPathTypes.h:34
Unit test temporary root directory.
Definition: UnitTestPathTypes.h:58
Unit test data root common directory.
Definition: UnitTestPathTypes.h:42
Unit test images root common directory.
Definition: UnitTestPathTypes.h:46
eUTInternalDirectory
Enumerate describing IPSDK internal unit test directories.
Definition: UnitTestPathTypes.h:30
Unit test data root directory.
Definition: UnitTestPathTypes.h:40
Unit test results root directory.
Definition: UnitTestPathTypes.h:56
eUTExternalDirectory
Definition: UnitTestPathTypes.h:54
Unit test configuration common directory.
Definition: UnitTestPathTypes.h:36
Unit test resource directory.
Definition: UnitTestPathTypes.h:38
Unit test images root directory.
Definition: UnitTestPathTypes.h:44
Unit test data files root directory.
Definition: UnitTestPathTypes.h:32
Predefined macros for enumerates management.
#define IPSDK_ENUM(enumTypeStr, enumSeq)
macro allowing to declare an enumerate for library
Definition: EnumMacros.h:26