Salome HOME
0022351: EDF 2750 GEOM: Fillet 1D does not work on a corner
[modules/geom.git] / src / GEOMImpl / GEOMImpl_Fillet1d.hxx
index 86464d67a051729544f069a59b79ae6caf09ad0d..9a6b9ad9c9cdce5aaf7c24a3c40b017dcc2dedae 100644 (file)
@@ -57,6 +57,9 @@ public:
 
 private:
   //! private methods
+  void performInterval(const Standard_Real theStart,
+                       const Standard_Real theEnd,
+                       const Standard_Integer theNBSteps);
   void fillPoint(GEOMImpl_Fillet1dPoint*);
   void fillDiff(GEOMImpl_Fillet1dPoint*, Standard_Real, Standard_Boolean);
   void performNewton(GEOMImpl_Fillet1dPoint*, GEOMImpl_Fillet1dPoint*);