Salome HOME
Parameters annotation corrected.
[modules/hydro.git] / src / HYDROPy / HYDROData_Stream.sip
index 6fc7a002a055b37350968aaf9a1d38b5abe4ddfc..07c05255dccddb6cc587e075cf7f488d87232be2 100644 (file)
@@ -62,30 +62,6 @@ public:
     }
   %End
 
-public:      
-  // Public methods to work with Stream presentation
-  
-  /**
-   * Returns the left edge of the stream.
-   */
-//  virtual TopoDS_Shape GetLeftShape() const;
-
-  /**
-   * Returns the right edge of the stream.
-   */
-//  virtual TopoDS_Shape GetRightShape() const;
-
-  /**
-   * Returns the inlet edge of the stream.
-   */
-//  virtual TopoDS_Shape GetInletShape() const;
-
-  /**
-   * Returns the outlet edge of the stream.
-   */
-//  virtual TopoDS_Shape GetOutletShape() const;
-
-
 public:      
   // Public methods to work with Stream data fields
 
@@ -127,28 +103,6 @@ public:
    */
   void RemoveHydraulicAxis();
 
-  /**
-   * Returns true if profile has the intersection with the given hydraulic axis.
-   * Returns the parameter of inresection point on axis if axis is presented by one curve,
-   * if axis presented by set of edges the <outPar> returns a common length of segments till the intersection point. 
-   */
-//  static bool HasIntersection( const Handle(HYDROData_PolylineXY)& theHydAxis, 
-//                               const Handle(HYDROData_Profile)& theProfile, const TopoDS_Face& thePlane,
-//                                                    Standard_Real& outPar);
-
-  /**
-   * Returns true if profile has the intersection with reference hydraulic axis.
-   * Returns the parameter of inresection point on axis if axis is presented by one curve,
-   * if axis presented by set of edges the <outPar> returns a common length of segments till the intersection point. 
-   */
-//  bool HasIntersection( const Handle(HYDROData_Profile)& theProfile, const TopoDS_Face& thePlane,
-//                                                                                                                      Standard_Real& outPar) const;
-
-   /**
-   * Builds a planar face
-   */
-//  bool BuildFace( const Handle(HYDROData_PolylineXY)& theHydAxis, TopoDS_Face& thePlane) const;
-
   /**
    * Add new one reference profile object for stream.
    */