|
Open CASCADE Technology 7.9.3
|
#include <HLRBRep_TheLocateExtPCOfTheProjPCurOfCInter.hxx>
Public Member Functions | |
| HLRBRep_TheLocateExtPCOfTheProjPCurOfCInter () | |
| HLRBRep_TheLocateExtPCOfTheProjPCurOfCInter (const gp_Pnt2d &P, const Standard_Address &C, const Standard_Real U0, const Standard_Real TolU) | |
| Calculates the distance with a close point. The close point is defined by the parameter value U0. The function F(u)=distance(P,C(u)) has an extremum when g(u)=dF/du=0. The algorithm searches a zero near the close point. TolU is used to decide to stop the iterations. At the nth iteration, the criteria is: abs(Un - Un-1) < TolU. | |
| HLRBRep_TheLocateExtPCOfTheProjPCurOfCInter (const gp_Pnt2d &P, const Standard_Address &C, const Standard_Real U0, const Standard_Real Umin, const Standard_Real Usup, const Standard_Real TolU) | |
| Calculates the distance with a close point. The close point is defined by the parameter value U0. The function F(u)=distance(P,C(u)) has an extremum when g(u)=dF/du=0. The algorithm searches a zero near the close point. Zeros are searched between Umin and Usup. TolU is used to decide to stop the iterations. At the nth iteration, the criteria is: abs(Un - Un-1) < TolU. | |
| void | Initialize (const Standard_Address &C, const Standard_Real Umin, const Standard_Real Usup, const Standard_Real TolU) |
| sets the fields of the algorithm. | |
| void | Perform (const gp_Pnt2d &P, const Standard_Real U0) |
| the algorithm is done with the point P. An exception is raised if the fields have not been initialized. | |
| Standard_Boolean | IsDone () const |
| Returns True if the distance is found. | |
| Standard_Real | SquareDistance () const |
| Returns the value of the extremum square distance. | |
| Standard_Boolean | IsMin () const |
| Returns True if the extremum distance is a minimum. | |
| const Extrema_POnCurv2d & | Point () const |
| Returns the point of the extremum distance. | |
| HLRBRep_TheLocateExtPCOfTheProjPCurOfCInter::HLRBRep_TheLocateExtPCOfTheProjPCurOfCInter | ( | ) |
| HLRBRep_TheLocateExtPCOfTheProjPCurOfCInter::HLRBRep_TheLocateExtPCOfTheProjPCurOfCInter | ( | const gp_Pnt2d & | P, |
| const Standard_Address & | C, | ||
| const Standard_Real | U0, | ||
| const Standard_Real | TolU ) |
Calculates the distance with a close point. The close point is defined by the parameter value U0. The function F(u)=distance(P,C(u)) has an extremum when g(u)=dF/du=0. The algorithm searches a zero near the close point. TolU is used to decide to stop the iterations. At the nth iteration, the criteria is: abs(Un - Un-1) < TolU.
| HLRBRep_TheLocateExtPCOfTheProjPCurOfCInter::HLRBRep_TheLocateExtPCOfTheProjPCurOfCInter | ( | const gp_Pnt2d & | P, |
| const Standard_Address & | C, | ||
| const Standard_Real | U0, | ||
| const Standard_Real | Umin, | ||
| const Standard_Real | Usup, | ||
| const Standard_Real | TolU ) |
Calculates the distance with a close point. The close point is defined by the parameter value U0. The function F(u)=distance(P,C(u)) has an extremum when g(u)=dF/du=0. The algorithm searches a zero near the close point. Zeros are searched between Umin and Usup. TolU is used to decide to stop the iterations. At the nth iteration, the criteria is: abs(Un - Un-1) < TolU.
| void HLRBRep_TheLocateExtPCOfTheProjPCurOfCInter::Initialize | ( | const Standard_Address & | C, |
| const Standard_Real | Umin, | ||
| const Standard_Real | Usup, | ||
| const Standard_Real | TolU ) |
sets the fields of the algorithm.
| Standard_Boolean HLRBRep_TheLocateExtPCOfTheProjPCurOfCInter::IsDone | ( | ) | const |
Returns True if the distance is found.
| Standard_Boolean HLRBRep_TheLocateExtPCOfTheProjPCurOfCInter::IsMin | ( | ) | const |
Returns True if the extremum distance is a minimum.
| void HLRBRep_TheLocateExtPCOfTheProjPCurOfCInter::Perform | ( | const gp_Pnt2d & | P, |
| const Standard_Real | U0 ) |
the algorithm is done with the point P. An exception is raised if the fields have not been initialized.
| const Extrema_POnCurv2d & HLRBRep_TheLocateExtPCOfTheProjPCurOfCInter::Point | ( | ) | const |
Returns the point of the extremum distance.
| Standard_Real HLRBRep_TheLocateExtPCOfTheProjPCurOfCInter::SquareDistance | ( | ) | const |
Returns the value of the extremum square distance.