Salome HOME
Issue #608: Usage of OCCT in interface -- Wrap classes by SWIG
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_IGESExport.h
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2
3 // File:    GEOMALGOAPI_IGESExport.h
4 // Created: Dec 24, 2014
5 // Author:  Sergey BELASH
6
7 #ifndef GEOMALGOAPI_IGESEXPORT_H_
8 #define GEOMALGOAPI_IGESEXPORT_H_
9
10 #include <GeomAlgoAPI.h>
11
12 #include <string>
13
14 #include <TopoDS_Shape.hxx>
15
16 /// Implementation of the export IGES files algorithms
17 GEOMALGOAPI_EXPORT
18 bool IGESExport(const std::string& theFileName,
19                 const std::string& theFormatName,
20                 const TopoDS_Shape& theShape,
21                 std::string& theError);
22
23 #endif /* GEOMALGOAPI_IGESEXPORT_H_ */