X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROData%2FHYDROData_BSplineOperation.h;h=093711a3dfe777716d03c19abb3b621b68de2c07;hb=5809b0812bc9e9b2e34ba6d5a0c3842d97df6ca0;hp=640f85bce001fe1809884191a7aadece7b7c8849;hpb=aab4319f1f8306683e93dbd71ac7a02c0437fac6;p=modules%2Fhydro.git diff --git a/src/HYDROData/HYDROData_BSplineOperation.h b/src/HYDROData/HYDROData_BSplineOperation.h index 640f85bc..093711a3 100644 --- a/src/HYDROData/HYDROData_BSplineOperation.h +++ b/src/HYDROData/HYDROData_BSplineOperation.h @@ -26,8 +26,10 @@ public: //! Creates a spline by list of coordinates: pairs X and Y //! \param thePoints coordinates of curve //! \param theIsClosed flag indicating that the result spline should be closed + //! \param theTolerance flag indicating the tolerance to skip equal points HYDROData_BSplineOperation( const NCollection_Sequence& thePoints, - const bool theIsClosed ); + const bool theIsClosed, + const double theTolerance ); //! Returns the BSpline curve passing through the points //! \returns Null if Computation of BSpline was failed