1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0025561: OCCT can't compile with OCCT_DEBUG flag

Restored function "Value" with old signature used in OCCT_DEBUG block.
This commit is contained in:
aml
2014-12-08 09:22:35 +03:00
committed by bugmaster
parent f4fa7f0c16
commit fa0f5a5558

View File

@@ -325,6 +325,12 @@ class ProjLib_PolarFunction : public AppCont_Function
return myCurve->LastParameter();
}
gp_Pnt2d Value(const Standard_Real t) const
{
return Function_Value
(t,mySurface,myCurve,myInitialCurve2d,myDistTol3d,myTolU,myTolV);
}
Standard_Boolean Value(const Standard_Real theT,
NCollection_Array1<gp_Pnt2d>& thePnt2d,
NCollection_Array1<gp_Pnt>& /*thePnt*/) const