|
Public Member Functions |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | GccAna_LinPnt2dBisec (const gp_Lin2d &Line1, const gp_Pnt2d &Point2) |
| | Constructs a bisecting curve between the line Line1 and the point Point2.
.
|
| Standard_EXPORT Standard_Boolean | IsDone () const |
| | Returns True if the algorithm succeeded.
.
|
| Standard_EXPORT Handle_GccInt_Bisec | ThisSolution () const |
| | Returns the number of solutions.
//! It raises NotDone if the construction algorithm didn't succeed.
.
|
Private Attributes |
| Standard_Boolean | WellDone |
| Handle_GccInt_Bisec | bissol |