21 #ifndef _otbConfigurationManager_h
22 #define _otbConfigurationManager_h
24 #include "itkVersion.h"
26 #if ITK_VERSION_MAJOR < 4 || (ITK_VERSION_MAJOR == 4 && ITK_VERSION_MINOR <= 8)
27 #include "itksys/FundamentalType.h"
29 #include "itk_kwiml.h"
33 #include <boost/cstdint.hpp>
34 #include "itkLoggerBase.h"
35 #include "OTBCommonExport.h"
52 #if ITK_VERSION_MAJOR < 4 || (ITK_VERSION_MAJOR == 4 && ITK_VERSION_MINOR <= 8)
65 static std::string GetDEMDirectory();
74 static std::string GetGeoidFile();
105 static itk::LoggerBase::PriorityLevelType GetLoggerLevel();
113 static int InitOpenMPThreads();