|
Open CASCADE Technology 6.5.2
|
2 2
F(u) = (PC(u) - PBis1(u)) + (PC(u) - PBis2(u))
#include <Bisector_FunctionInter.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Bisector_FunctionInter () | |
| Bisector_FunctionInter (const Handle< Geom2d_Curve > &C, const Handle< Bisector_Curve > &Bis1, const Handle< Bisector_Curve > &Bis2) | |
| void | Perform (const Handle< Geom2d_Curve > &C, const Handle< Bisector_Curve > &Bis1, const Handle< Bisector_Curve > &Bis2) |
| Standard_Boolean | Value (const Standard_Real X, Standard_Real &F) |
| Computes the values of the Functions for the variable <X>. | |
| Standard_Boolean | Derivative (const Standard_Real X, Standard_Real &D) |
| Computes the derivative <D> of the function for the variable <X>. Returns True if the calculation were successfully done, False otherwise. | |
| Standard_Boolean | Values (const Standard_Real X, Standard_Real &F, Standard_Real &D) |
| Returns the values of the functions and the derivatives for the variable <X>. | |
| Bisector_FunctionInter::Bisector_FunctionInter | ( | ) |
| Bisector_FunctionInter::Bisector_FunctionInter | ( | const Handle< Geom2d_Curve > & | C, |
| const Handle< Bisector_Curve > & | Bis1, | ||
| const Handle< Bisector_Curve > & | Bis2 | ||
| ) |
| Standard_Boolean Bisector_FunctionInter::Derivative | ( | const Standard_Real | X, |
| Standard_Real & | D | ||
| ) | [virtual] |
Implements math_FunctionWithDerivative.
| void Bisector_FunctionInter::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from math_FunctionWithDerivative.
| void* Bisector_FunctionInter::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from math_FunctionWithDerivative.
| void* Bisector_FunctionInter::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from math_FunctionWithDerivative.
| void Bisector_FunctionInter::Perform | ( | const Handle< Geom2d_Curve > & | C, |
| const Handle< Bisector_Curve > & | Bis1, | ||
| const Handle< Bisector_Curve > & | Bis2 | ||
| ) |
| Standard_Boolean Bisector_FunctionInter::Value | ( | const Standard_Real | X, |
| Standard_Real & | F | ||
| ) | [virtual] |
Implements math_FunctionWithDerivative.
| Standard_Boolean Bisector_FunctionInter::Values | ( | const Standard_Real | X, |
| Standard_Real & | F, | ||
| Standard_Real & | D | ||
| ) | [virtual] |
Implements math_FunctionWithDerivative.
1.7.4