Salome HOME
Remove warnings
[modules/geom.git] / src / GEOMImpl / GEOMImpl_IBasicOperations.hxx
index 6a42fdf95ae128807f192614c41728d1eeac3ead..64d65f5527d0d32de3345b9c9bfe5643331860fc 100644 (file)
@@ -44,7 +44,8 @@ class GEOMImpl_IBasicOperations : public GEOM_IOperations {
                                                         double theParameter);
 
   Standard_EXPORT Handle(GEOM_Object) MakePointOnCurveByLength (Handle(GEOM_Object) theCurve,
-                                                               double theLength);
+                                                               double theLength,
+                                                               bool theReverse);
 
   Standard_EXPORT Handle(GEOM_Object) MakePointOnCurveByCoord (Handle(GEOM_Object) theCurve,
                                                                double theXParam,
@@ -134,7 +135,8 @@ class GEOMImpl_IBasicOperations : public GEOM_IOperations {
                                        double theParam1,
                                        double theParam2,
                                        double theParam3,
-                                       const PointLocation theLocation);
+                                       const PointLocation theLocation,
+                                      bool   theReverse = false);
 };
 
 #endif