#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) |
Standard_EXPORT | Contap_TheSearchOfContour () |
Standard_EXPORT 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 |
Private Attributes | |
Standard_Boolean | done |
Standard_Boolean | all |
Contap_SequenceOfSegmentOfTheSearchOfContour | sseg |
Contap_SequenceOfPathPointOfTheSearchOfContour | spnt |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|