Salome HOME
refs #1326: debug of the selection on bathymetry
[modules/hydro.git] / src / HYDROData / HYDROData_Stream.h
index 923c23f55fe73a390c9809a133781348a4d08793..902ad5a0c9d46f886dbc0a58411c4be3b3e0fd90 100644 (file)
@@ -48,10 +48,10 @@ public:
   {
     TopoDS_Shape myPrs3D;
     TopoDS_Shape myPrs2D;
-    TopoDS_Wire  myLeftBank;   // 3d curve of the left bank
-    TopoDS_Wire  myRightBank;  // 3d curve of the right bank
-    TopoDS_Wire  myInlet;      // first (inlet) 2d profile 
-    TopoDS_Wire  myOutlet;     // last (inlet) 2d profile 
+    TopoDS_Shape myLeftBank;   // 3d curve of the left bank
+    TopoDS_Shape myRightBank;  // 3d curve of the right bank
+    TopoDS_Shape myInlet;      // first (inlet) 2d profile 
+    TopoDS_Shape myOutlet;     // last (inlet) 2d profile 
   };
 
 protected: