X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAlgoAPI%2FGeomAlgoAPI_IGESExport.h;h=62781d9ea4ee346b8f64c9fc40f9cca6bcd17c4f;hb=f0cec241aae9ca16d86e166f45cb5c4987d2c792;hp=4f0f3cc3411866511b1579f2eeff0b802d51800a;hpb=d7d6265cce5e49374130cb4c6a4cfb3a90eba875;p=modules%2Fshaper.git diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_IGESExport.h b/src/GeomAlgoAPI/GeomAlgoAPI_IGESExport.h index 4f0f3cc34..62781d9ea 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_IGESExport.h +++ b/src/GeomAlgoAPI/GeomAlgoAPI_IGESExport.h @@ -1,30 +1,23 @@ // Copyright (C) 2014-20xx CEA/DEN, EDF R&D -/* - * GEOMALGOAPI_IGESExport.h - * - * Created on: Dec 24, 2014 - * Author: sbh - */ +// File: GEOMALGOAPI_IGESExport.h +// Created: Dec 24, 2014 +// Author: Sergey BELASH #ifndef GEOMALGOAPI_IGESEXPORT_H_ #define GEOMALGOAPI_IGESEXPORT_H_ #include -#include -#include -#include +#include -namespace IGESExport { +#include /// Implementation of the export IGES files algorithms GEOMALGOAPI_EXPORT -bool Export(const TCollection_AsciiString& theFileName, - const TCollection_AsciiString& theFormatName, - const TopoDS_Shape& theShape, - TCollection_AsciiString& theError); - -} +bool IGESExport(const std::string& theFileName, + const std::string& theFormatName, + const std::shared_ptr& theShape, + std::string& theError); #endif /* GEOMALGOAPI_IGESEXPORT_H_ */