Salome HOME
Comments moved.
[modules/hydro.git] / src / HYDROData / HYDROData_BSplineOperation.h
index 640f85bce001fe1809884191a7aadece7b7c8849..093711a3dfe777716d03c19abb3b621b68de2c07 100644 (file)
@@ -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<gp_XYZ>& 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