Salome HOME
merge BR_v14_rc
[modules/hydro.git] / src / HYDROData / HYDROData_Channel.h
index 8e9587643ec72ef8fca48f2665faffa059d1a276..5b4e694f84496701dff8b14f7ac227f12f2d0060 100644 (file)
@@ -100,7 +100,17 @@ public:
    */
   HYDRODATA_EXPORT virtual TopoDS_Shape GetShape3D() 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.
    */