Salome HOME
18ac9ffd750565623095494544fcee0e12aae529
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_BREPImport.h
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2
3 // File:    GEOMALGOAPI_BREPImport.h
4 // Created: Dec 24, 2014
5 // Author:  Sergey BELASH
6
7 #ifndef GEOMALGOAPI_BREPIMPORT_H_
8 #define GEOMALGOAPI_BREPIMPORT_H_
9
10 #include <GeomAlgoAPI.h>
11
12 #include <string>
13
14 #include <TopoDS_Shape.hxx>
15
16 /// Implementation of the import BREP files algorithms
17 GEOMALGOAPI_EXPORT
18 TopoDS_Shape BREPImport(const std::string& theFileName,
19                         const std::string& theFormatName,
20                         std::string& theError);
21
22 #endif /* GEOMALGOAPI_BREPIMPORT_H_ */