IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
LibraryPathConfigTypes.h
Go to the documentation of this file.
1 // LibraryPathConfigTypes.h:
3 // -------------------------
4 //
14 
15 #ifndef __IPSDKCORE_LIBRARYPATHCONFIGTYPES_H__
16 #define __IPSDKCORE_LIBRARYPATHCONFIGTYPES_H__
17 
19 
20 namespace ipsdk {
21 namespace core {
22 
25 
31 
34 
37 
40 
43 
46 
49 )
50 
51 
54 } // end of namespace core
55 } // end of namespace ipsdk
56 
57 #endif // __IPSDKCORE_LIBRARYPATHCONFIGTYPES_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
eLibPathConfigType
Enumerate describing library path configuration type.
Definition: LibraryPathConfigTypes.h:32
library log main directory
Definition: LibraryPathConfigTypes.h:34
product logo file path
Definition: LibraryPathConfigTypes.h:42
library user configuration directory
Definition: LibraryPathConfigTypes.h:36
library temporary directory
Definition: LibraryPathConfigTypes.h:40
company logo file path
Definition: LibraryPathConfigTypes.h:44
common (all users) configuration directory
Definition: LibraryPathConfigTypes.h:38
Predefined macros for enumerates management.
#define IPSDK_ENUM(enumTypeStr, enumSeq)
macro allowing to declare an enumerate for library
Definition: EnumMacros.h:26