Salome HOME
Minor corrections: coding rules
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_IGESImport.h
index b7a63865d8b94b8ba2885def2cc762e6f2a3db90..37ab90aa7d19069600f733000542ea3b9d74ac21 100644 (file)
 
 #include <string>
 
-#include <TopoDS_Shape.hxx>
+#include <GeomAPI_Shape.h>
 
 /// Implementation of the import IGES files algorithms
 GEOMALGOAPI_EXPORT
-TopoDS_Shape IGESImport(const std::string& theFileName,
-                        const std::string& theFormatName,
-                        std::string& theError);
+std::shared_ptr<GeomAPI_Shape> IGESImport(const std::string& theFileName,
+                                          const std::string& theFormatName,
+                                          std::string& theError);
 
 #endif /* GEOMALGOAPI_IGESIMPORT_H_ */