X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAlgoAPI%2FGeomAlgoAPI_STEPImport.h;h=b206962cbcabd70ea31ad4a1a1397ccccb5fd1e7;hb=081612e9534dedf1c51b7c22f2fe2b467e5a112f;hp=6cb5df61c14c659ffad1ec1ce20203f8eafca67a;hpb=cb668a73b1f747be04e09968f1789ab779b2ca45;p=modules%2Fshaper.git diff --git a/src/GeomAlgoAPI/GeomAlgoAPI_STEPImport.h b/src/GeomAlgoAPI/GeomAlgoAPI_STEPImport.h index 6cb5df61c..b206962cb 100644 --- a/src/GeomAlgoAPI/GeomAlgoAPI_STEPImport.h +++ b/src/GeomAlgoAPI/GeomAlgoAPI_STEPImport.h @@ -1,27 +1,23 @@ // Copyright (C) 2014-20xx CEA/DEN, EDF R&D -/* - * GEOMALGOAPI_STEPImport.h - * - * Created on: Dec 24, 2014 - * Author: sbh - */ +// File: GEOMALGOAPI_STEPImport.h +// Created: Dec 24, 2014 +// Author: Sergey BELASH + + +#ifndef GEOMALGOAPI_STEPIMPORT_H_ +#define GEOMALGOAPI_STEPIMPORT_H_ #include -#include -#include -#include -#include +#include -namespace STEPImport { +#include +/// Implementation of the import STEP files algorithms GEOMALGOAPI_EXPORT -Handle(TCollection_HAsciiString) GetValue(const TCollection_AsciiString& theFileName, - const TCollection_AsciiString& theParameterName, - TCollection_AsciiString& theError); -GEOMALGOAPI_EXPORT -TopoDS_Shape Import(const TCollection_AsciiString& theFileName, - const TCollection_AsciiString& theFormatName, TCollection_AsciiString& theError, - const TDF_Label& theShapeLabel); -} +std::shared_ptr STEPImport(const std::string& theFileName, + const std::string& theFormatName, + std::string& theError); + +#endif /* GEOMALGOAPI_STEPIMPORT_H_ */