#include <Bisector_Inter.hxx>
Inheritance diagram for Bisector_Inter:

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | Bisector_Inter () |
| Standard_EXPORT | 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. . | |
| Standard_EXPORT 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. . | |
Private Member Functions | |
| Standard_EXPORT void | SinglePerform (const Handle(Geom2d_Curve)&C1, const IntRes2d_Domain &D1, const Handle(Geom2d_Curve)&C2, const IntRes2d_Domain &D2, const Standard_Real TolConf, const Standard_Real Tol, const Standard_Boolean ComunElement) |
| Intersection between 2 curves. . | |
| Standard_EXPORT void | NeighbourPerform (const Handle(Bisector_BisecCC)&C1, const IntRes2d_Domain &D1, const Handle(Bisector_BisecCC)&C2, const IntRes2d_Domain &D2, const Standard_Real Tol) |
| Standard_EXPORT void | TestBound (const Handle(Geom2d_Line)&C1, const IntRes2d_Domain &D1, const Handle(Geom2d_Curve)&C2, const IntRes2d_Domain &D2, const Standard_Real Tol, const Standard_Boolean Reverse) |
|
|
|
|
||||||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
|
|
Reimplemented from IntRes2d_Intersection. |
|
|
Reimplemented from IntRes2d_Intersection. |
|
||||||||||||
|
Reimplemented from IntRes2d_Intersection. |
|
||||||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||
|
|
1.4.1