X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAlgoAPI%2FGeomAlgoAPI_BREPImport.h;h=a8a5c582f9b591f6474d53340758141399c57fa6;hb=8a57ef42e3538be4b96f796b8ee057c3f39e3053;hp=aa0c7202dd8fc62a6de4fadaa696db6ff74fbc62;hpb=72cb66f9c09b0f8fa224f6f8ab43548658015b49;p=modules%2Fshaper.git diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_BREPImport.h b/src/GeomAlgoAPI/GeomAlgoAPI_BREPImport.h index aa0c7202d..a8a5c582f 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_BREPImport.h +++ b/src/GeomAlgoAPI/GeomAlgoAPI_BREPImport.h @@ -1,29 +1,22 @@ // Copyright (C) 2014-20xx CEA/DEN, EDF R&D -/* - * GEOMALGOAPI_BREPImport.h - * - * Created on: Dec 24, 2014 - * Author: sbh - */ +// File: GEOMALGOAPI_BREPImport.h +// Created: Dec 24, 2014 +// Author: Sergey BELASH #ifndef GEOMALGOAPI_BREPIMPORT_H_ #define GEOMALGOAPI_BREPIMPORT_H_ #include -#include -#include -#include +#include -namespace BREPImport { +#include /// Implementation of the import BREP files algorithms GEOMALGOAPI_EXPORT -TopoDS_Shape Import(const TCollection_AsciiString& theFileName, - const TCollection_AsciiString& theFormatName, - TCollection_AsciiString& theError, const TDF_Label&); - -} +std::shared_ptr BREPImport(const std::string& theFileName, + const std::string& theFormatName, + std::string& theError); #endif /* GEOMALGOAPI_BREPIMPORT_H_ */