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