Salome HOME
Merge branch 'Dev_0.6.1' of newgeom:newgeom into Dev_0.6.1
[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 GEOMALGOAPI_EXPORT
22 TopoDS_Shape Import(const TCollection_AsciiString& theFileName,
23                     const TCollection_AsciiString& theFormatName,
24                     TCollection_AsciiString& theError, const TDF_Label&);
25
26 }
27
28 #endif /* GEOMALGOAPI_BREPIMPORT_H_ */