X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAlgoAPI%2FGeomAlgoAPI_BREPExport.h;h=79f3d99b68ea0edb0193c3e413b083cc17e45587;hb=d8101383b10bf780a1acf5a356007ad6dbf17711;hp=88acbf5a1fe4105d680a682477bf11cce7ae9340;hpb=5352bbb1915f98d1f02b1cb953a2de19b286a28c;p=modules%2Fshaper.git diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_BREPExport.h b/src/GeomAlgoAPI/GeomAlgoAPI_BREPExport.h index 88acbf5a1..79f3d99b6 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_BREPExport.h +++ b/src/GeomAlgoAPI/GeomAlgoAPI_BREPExport.h @@ -1,30 +1,23 @@ // Copyright (C) 2014-20xx CEA/DEN, EDF R&D -/* - * GEOMALGOAPI_BREPExport.h - * - * Created on: May 14, 2015 - * Author: spo - */ +// File: GEOMALGOAPI_BREPExport.h +// Created: May 14, 2015 +// Author: Sergey POKHODENKO #ifndef GEOMALGOAPI_BREPEXPORT_H_ #define GEOMALGOAPI_BREPEXPORT_H_ #include -#include -#include -#include +#include -namespace BREPExport { +#include /// Implementation of the export BREP files algorithms GEOMALGOAPI_EXPORT -bool Export(const TCollection_AsciiString& theFileName, - const TCollection_AsciiString& theFormatName, - const TopoDS_Shape& theShape, - TCollection_AsciiString& theError); - -} +bool BREPExport(const std::string& theFileName, + const std::string& theFormatName, + const std::shared_ptr& theShape, + std::string& theError); #endif /* GEOMALGOAPI_BREPEXPORT_H_ */