Open CASCADE Technology 6.6.0
|
#include <Contap_TheSearchOfContour.hxx>
Public Member Functions | |
Contap_TheSearchOfContour () | |
void | Perform (Contap_TheArcFunctionOfContour &F, const Handle< Adaptor3d_TopolTool > &Domain, const Standard_Real TolBoundary, const Standard_Real TolTangency) |
Standard_Boolean | IsDone () const |
Standard_Boolean | AllArcSolution () const |
Standard_Integer | NbPoints () const |
const Contap_ThePathPointOfTheSearchOfContour & | Point (const Standard_Integer Index) const |
Standard_Integer | NbSegments () const |
const Contap_TheSegmentOfTheSearchOfContour & | Segment (const Standard_Integer Index) const |
Contap_TheSearchOfContour::Contap_TheSearchOfContour | ( | ) |
Standard_Boolean Contap_TheSearchOfContour::AllArcSolution | ( | ) | const |
Standard_Boolean Contap_TheSearchOfContour::IsDone | ( | ) | const |
Standard_Integer Contap_TheSearchOfContour::NbPoints | ( | ) | const |
Standard_Integer Contap_TheSearchOfContour::NbSegments | ( | ) | const |
void Contap_TheSearchOfContour::Perform | ( | Contap_TheArcFunctionOfContour & | F, |
const Handle< Adaptor3d_TopolTool > & | Domain, | ||
const Standard_Real | TolBoundary, | ||
const Standard_Real | TolTangency | ||
) |
const Contap_ThePathPointOfTheSearchOfContour& Contap_TheSearchOfContour::Point | ( | const Standard_Integer | Index | ) | const |
const Contap_TheSegmentOfTheSearchOfContour& Contap_TheSearchOfContour::Segment | ( | const Standard_Integer | Index | ) | const |