X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAlgoAPI%2FGeomAlgoAPI_BREPImport.h;h=a8a5c582f9b591f6474d53340758141399c57fa6;hb=530f5aff42069e844c4a4ef164088ea23ba0e2dd;hp=6afbdf0cad1d1c830fe72af945630c70723455a9;hpb=5352bbb1915f98d1f02b1cb953a2de19b286a28c;p=modules%2Fshaper.git diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_BREPImport.h b/src/GeomAlgoAPI/GeomAlgoAPI_BREPImport.h index 6afbdf0ca..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); - -} +std::shared_ptr BREPImport(const std::string& theFileName, + const std::string& theFormatName, + std::string& theError); #endif /* GEOMALGOAPI_BREPIMPORT_H_ */