Salome HOME
debug of tests for DTM
[modules/hydro.git] / src / HYDROData / HYDROData_Stream.h
index eb96c872ea8070730e17cc8ea3e928e80b28642b..7abc7c299b94730c6b3a22911b830413b201de6e 100644 (file)
@@ -23,6 +23,7 @@
 
 #include <TopoDS_Face.hxx>
 #include <TopoDS_Edge.hxx>
+#include <TopoDS_Wire.hxx>
 
 #include <Geom_BSplineCurve.hxx>
 #include <vector>
@@ -88,7 +89,7 @@ public:
    */
   HYDRODATA_EXPORT static bool CreatePresentations( const TopoDS_Edge&          theLeftBank,
                                                     const TopoDS_Edge&          theRightBank,
-                                                    const std::vector<TopoDS_Edge>& theProfiles3d,
+                                                    const std::vector<TopoDS_Wire>& theProfiles3d,
                                                     PrsDefinition&              thePrs );
 
 public: