]> SALOME platform Git repositories - modules/shaper.git/blob - src/GeomAlgoAPI/GeomAlgoAPI_IGESImport.h
Salome HOME
Issue #608: Usage of OCCT in interface -- Wrap classes by SWIG
[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 /// Implementation of the import IGES files algorithms
20 GEOMALGOAPI_EXPORT
21 TopoDS_Shape IGESImport(const std::string& theFileName,
22                         const std::string& theFormatName,
23                         std::string& theError);
24
25 #endif /* GEOMALGOAPI_IGESIMPORT_H_ */