Salome HOME
merge BR_v14_rc
[modules/hydro.git] / src / HYDROData / HYDROData_Channel.h
index 55a26aa78f0426df8c86d49ac38f65d044f5518e..5b4e694f84496701dff8b14f7ac227f12f2d0060 100644 (file)
@@ -58,7 +58,6 @@ protected:
     DataTag_First = HYDROData_ArtificialObject::DataTag_First + 100, ///< first tag, to reserve
     DataTag_GuideLine, 
     DataTag_Profile,
-//    DataTag_LeftBank,
   };
 
 public:
@@ -101,12 +100,17 @@ public:
    */
   HYDRODATA_EXPORT virtual TopoDS_Shape GetShape3D() const;
 
-//  /**
-//   * Returns the left bank of the object.
-//   */
-//  HYDRODATA_EXPORT virtual TopoDS_Wire GetLeftBank() const;
+  /**
+   * Returns the left edge of the channel.
+   */
+  HYDRODATA_EXPORT virtual TopoDS_Shape GetLeftShape() const;
+
+  /**
+   * Returns the right edge of the channel.
+   */
+  HYDRODATA_EXPORT virtual TopoDS_Shape GetRightShape() const;
 
- /**
 /**
    * Update the shape presentations of stream.
    * Call this method whenever you made changes for channel data.
    */