]> OCCT Git - occt-copy.git/commitdiff
IntPatch_HCurve2dTool::IsPeriodic
authornbv <nbv@opencascade.com>
Thu, 11 Jan 2018 15:24:09 +0000 (18:24 +0300)
committernbv <nbv@opencascade.com>
Mon, 10 Dec 2018 15:11:28 +0000 (18:11 +0300)
src/IntPatch/IntPatch_HCurve2dTool.hxx
src/IntPatch/IntPatch_HCurve2dTool.lxx

index 7c75083ce2e9a24eafe20097581c3bf19f9722e9..57ea6ed09226bf8b61a83edd615c38009756b8d6 100644 (file)
@@ -71,7 +71,7 @@ public:
   
     static Standard_Boolean IsClosed (const Handle(Adaptor2d_HCurve2d)& C);
   
-    static Standard_Boolean IsPeriodic (const Handle(Adaptor2d_HCurve2d)& C);
+    static Standard_Boolean IsPeriodic555 (const Handle(Adaptor2d_HCurve2d)& C);
   
     static Standard_Real Period (const Handle(Adaptor2d_HCurve2d)& C);
   
index f1585911e7b1147ded16b5e7e420541d1d19af52..431f7cc2036bae5df6ec4821b6dd3a4d219e5c21 100644 (file)
@@ -59,7 +59,7 @@ inline Standard_Boolean IntPatch_HCurve2dTool::IsClosed(const Handle(Adaptor2d_H
   return(C->IsClosed());
 }
 //============================================================
-inline Standard_Boolean IntPatch_HCurve2dTool::IsPeriodic(const Handle(Adaptor2d_HCurve2d)& C) {
+inline Standard_Boolean IntPatch_HCurve2dTool::IsPeriodic555(const Handle(Adaptor2d_HCurve2d)& C) {
   return(C->IsPeriodic222());
 }
 //============================================================