X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAlgoAPI%2FGeomAlgoAPI_IGESImport.h;h=37ab90aa7d19069600f733000542ea3b9d74ac21;hb=ff4d5d0f42cf5d24b86b2bd2b6e1f58e74f52032;hp=9bdb3ad84515fdd4abfd2ded6c9818a603edba97;hpb=5352bbb1915f98d1f02b1cb953a2de19b286a28c;p=modules%2Fshaper.git diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_IGESImport.h b/src/GeomAlgoAPI/GeomAlgoAPI_IGESImport.h index 9bdb3ad84..37ab90aa7 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_IGESImport.h +++ b/src/GeomAlgoAPI/GeomAlgoAPI_IGESImport.h @@ -1,29 +1,22 @@ // Copyright (C) 2014-20xx CEA/DEN, EDF R&D -/* - * GEOMALGOAPI_IGESImport.h - * - * Created on: May 14, 2015 - * Author: spo - */ +// File: GEOMALGOAPI_IGESImport.h +// Created: May 14, 2015 +// Author: Sergey POKHODENKO #ifndef GEOMALGOAPI_IGESIMPORT_H_ #define GEOMALGOAPI_IGESIMPORT_H_ #include -#include -#include -#include +#include -namespace IGESImport { +#include /// Implementation of the import IGES files algorithms GEOMALGOAPI_EXPORT -TopoDS_Shape Import(const TCollection_AsciiString& theFileName, - const TCollection_AsciiString& theFormatName, - TCollection_AsciiString& theError); - -} +std::shared_ptr IGESImport(const std::string& theFileName, + const std::string& theFormatName, + std::string& theError); #endif /* GEOMALGOAPI_IGESIMPORT_H_ */