|
Open CASCADE Technology 6.5.2
|
Intersection between two <Bisec> from Bisector.
#include <Bisector_Inter.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Bisector_Inter () | |
| Bisector_Inter (const Bisector_Bisec &C1, const IntRes2d_Domain &D1, const Bisector_Bisec &C2, const IntRes2d_Domain &D2, const Standard_Real TolConf, const Standard_Real Tol, const Standard_Boolean ComunElement) | |
| Intersection between 2 curves. C1 separates the element A and B. C2 separates the elements C et D. If B an C have the same geometry. <ComunElement> Has to be True. It Permits an optimiztion of the computation. | |
| void | Perform (const Bisector_Bisec &C1, const IntRes2d_Domain &D1, const Bisector_Bisec &C2, const IntRes2d_Domain &D2, const Standard_Real TolConf, const Standard_Real Tol, const Standard_Boolean ComunElement) |
| Intersection between 2 curves. C1 separates the element A and B. C2 separates the elements C et D. If B an C have the same geometry. <ComunElement> Has to be True. It Permits an optimiztion of the computation. | |
| Bisector_Inter::Bisector_Inter | ( | ) |
| Bisector_Inter::Bisector_Inter | ( | const Bisector_Bisec & | C1, |
| const IntRes2d_Domain & | D1, | ||
| const Bisector_Bisec & | C2, | ||
| const IntRes2d_Domain & | D2, | ||
| const Standard_Real | TolConf, | ||
| const Standard_Real | Tol, | ||
| const Standard_Boolean | ComunElement | ||
| ) |
| void Bisector_Inter::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from IntRes2d_Intersection.
| void* Bisector_Inter::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from IntRes2d_Intersection.
| void* Bisector_Inter::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from IntRes2d_Intersection.
| void Bisector_Inter::Perform | ( | const Bisector_Bisec & | C1, |
| const IntRes2d_Domain & | D1, | ||
| const Bisector_Bisec & | C2, | ||
| const IntRes2d_Domain & | D2, | ||
| const Standard_Real | TolConf, | ||
| const Standard_Real | Tol, | ||
| const Standard_Boolean | ComunElement | ||
| ) |
1.7.4