Salome HOME
Issue #608: Usage of OCCT in interface -- Remove OCCT from *Import interfaces
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_IGESImport.h
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2
3 /*
4  * GEOMALGOAPI_IGESImport.h
5  *
6  *  Created on: May 14, 2015
7  *      Author: spo
8  */
9
10 #ifndef GEOMALGOAPI_IGESIMPORT_H_
11 #define GEOMALGOAPI_IGESIMPORT_H_
12
13 #include <GeomAlgoAPI.h>
14
15 #include <string>
16
17 #include <TopoDS_Shape.hxx>
18
19 namespace IGESImport {
20
21 /// Implementation of the import IGES 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 IGESImport
28
29 #endif /* GEOMALGOAPI_IGESIMPORT_H_ */