Salome HOME
6afbdf0cad1d1c830fe72af945630c70723455a9
[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 <TCollection_AsciiString.hxx>
16 #include <TopoDS_Shape.hxx>
17 #include <TDF_Label.hxx>
18
19 namespace BREPImport {
20
21 /// Implementation of the import BREP files algorithms
22 GEOMALGOAPI_EXPORT
23 TopoDS_Shape Import(const TCollection_AsciiString& theFileName,
24                     const TCollection_AsciiString& theFormatName,
25                     TCollection_AsciiString& theError);
26
27 }
28
29 #endif /* GEOMALGOAPI_BREPIMPORT_H_ */