|
Open CASCADE Technology
6.9.0
|
#include <Contap_TheSearch.hxx>
Public Member Functions | |
| Contap_TheSearch () | |
| void | Perform (Contap_ArcFunction &F, const Handle< Adaptor3d_TopolTool > &Domain, const Standard_Real TolBoundary, const Standard_Real TolTangency, const Standard_Boolean RecheckOnRegularity=Standard_False) |
| Standard_Boolean | IsDone () const |
| Standard_Boolean | AllArcSolution () const |
| Standard_Integer | NbPoints () const |
| const Contap_ThePathPointOfTheSearch & | Point (const Standard_Integer Index) const |
| Standard_Integer | NbSegments () const |
| const Contap_TheSegmentOfTheSearch & | Segment (const Standard_Integer Index) const |
| Contap_TheSearch::Contap_TheSearch | ( | ) |
| Standard_Boolean Contap_TheSearch::AllArcSolution | ( | ) | const |
| Standard_Boolean Contap_TheSearch::IsDone | ( | ) | const |
| Standard_Integer Contap_TheSearch::NbPoints | ( | ) | const |
| Standard_Integer Contap_TheSearch::NbSegments | ( | ) | const |
| void Contap_TheSearch::Perform | ( | Contap_ArcFunction & | F, |
| const Handle< Adaptor3d_TopolTool > & | Domain, | ||
| const Standard_Real | TolBoundary, | ||
| const Standard_Real | TolTangency, | ||
| const Standard_Boolean | RecheckOnRegularity = Standard_False |
||
| ) |
| const Contap_ThePathPointOfTheSearch& Contap_TheSearch::Point | ( | const Standard_Integer | Index | ) | const |
| const Contap_TheSegmentOfTheSearch& Contap_TheSearch::Segment | ( | const Standard_Integer | Index | ) | const |
1.8.5