1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
3 // File: GeomAlgoAPI_Tools.h
4 // Created: May 18, 2015
5 // Author: Sergey POKHODENKO
7 #ifndef GEOMALGOAPI_TOOLS_H_
8 #define GEOMALGOAPI_TOOLS_H_
10 #include <GeomAlgoAPI.h>
14 namespace GeomAlgoAPI_Tools {
18 * \brief Localizer tool.
23 GEOMALGOAPI_EXPORT Localizer();
24 GEOMALGOAPI_EXPORT ~Localizer();
26 std::string myCurLocale;
36 * Returns an extension of theFileName
38 GEOMALGOAPI_EXPORT static std::string extension(const std::string& theFileName);
40 * Returns a name of theFileName
42 GEOMALGOAPI_EXPORT static std::string name(const std::string& theFileName);
45 } // GeomAlgoAPI_Tools
47 #endif /* GEOMALGOAPI_TOOLS_H_ */