Salome HOME
debug of DTM/Stream presentations
[modules/hydro.git] / src / HYDROPy / HYDROData_Stream.sip
index e9e5b02d65ed6f9b601afbffe670e8a8e45bd423..f271ea5d3a688cd6acbe1807ee481d027fb82b96 100644 (file)
@@ -27,20 +27,15 @@ class HYDROData_Stream : public HYDROData_NaturalObject
 %End
 
 public:
-  /**
-   * Update the shape presentations of stream.
-   */
-  void UpdatePrs();
-
   /**
    * Returns default filling color for new stream.
    */
-  static QColor DefaultFillingColor();
+  virtual QColor DefaultFillingColor() const;
 
   /**
    * Returns default border color for new stream.
    */
-  static QColor DefaultBorderColor();
+  virtual QColor DefaultBorderColor() const;
 
   /**
    * Returns true if given polyline can be used as stream axis.