|
Open CASCADE Technology 6.5.2
|
#include <Contap_TheSearchOfContour.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| 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::operator delete | ( | void * | anAddress | ) | [inline] |
| void* Contap_TheSearchOfContour::operator new | ( | size_t | size | ) | [inline] |
| void* Contap_TheSearchOfContour::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| 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 |
1.7.4