Salome HOME
Increase sensitivity for vertexes selection
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_STEPImport.h
index 6f3506248dd1d8a84753f8cc9e35a1dd5ea5b66d..b206962cbcabd70ea31ad4a1a1397ccccb5fd1e7 100644 (file)
@@ -1,11 +1,9 @@
 // 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 <string>
 
-#include <TopoDS_Shape.hxx>
-
-namespace STEPImport {
+#include <GeomAPI_Shape.h>
 
 /// Implementation of the import STEP files algorithms
 GEOMALGOAPI_EXPORT
-TopoDS_Shape Import(const std::string& theFileName,
-                    const std::string& theFormatName,
-                    std::string& theError);
-
-} // namespace STEPImport
+std::shared_ptr<GeomAPI_Shape> STEPImport(const std::string& theFileName,
+                                          const std::string& theFormatName,
+                                          std::string& theError);
 
 #endif /* GEOMALGOAPI_STEPIMPORT_H_ */