IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
BenchmarkPath.h
1 // BenchmarkPath.h:
3 // ----------------
4 //
14 
15 #ifndef __BENCHMARKTOOLS_BENCHMARKPATH_H__
16 #define __BENCHMARKTOOLS_BENCHMARKPATH_H__
17 
19 #include <Benchmark/IPSDKBenchmarkTools/BenchmarkPathTypes.h>
22 
23 namespace ipsdk {
24 namespace bench {
25 
28 
31 IPSDKBENCHMARKTOOLS_API boost::filesystem::path
33 
36 IPSDKBENCHMARKTOOLS_API boost::filesystem::path
38 
41 
42 } // end of namespace bench
43 } // end of namespace ipsdk
44 
45 #endif // __BENCHMARKTOOLS_BENCHMARKPATH_H__
Functions allowing to manage library directories and paths.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Utility functions for library path configuration management.
IPSDKBENCHMARKTOOLS_API boost::filesystem::path getInternalDirectory(const eBMInternalDirectory &dirId)
retrieve benchmark internal directory
IPSDKBENCHMARKTOOLS_API boost::filesystem::path getExternalDirectory(const eBMExternalDirectory &dirId)
retrieve benchmark external directory
eBMExternalDirectory
Definition: BenchmarkPathTypes.h:52
eBMInternalDirectory
Enumerate describing IPSDK internal benchmark directories.
Definition: BenchmarkPathTypes.h:30
#define IPSDKBENCHMARKTOOLS_API
Import/Export macro for library IPSDKBenchmarkTools.
Definition: IPSDKBenchmarkToolsExports.h:25
Definition of import/export macro for library.