Open CASCADE Technology
7.3.0
|
#include <Contap_TheSegmentOfTheSearch.hxx>
Public Member Functions | |
Contap_TheSegmentOfTheSearch () | |
Empty constructor. More... | |
void | SetValue (const Handle< Adaptor2d_HCurve2d > &A) |
Defines the concerned arc. More... | |
void | SetLimitPoint (const Contap_ThePathPointOfTheSearch &V, const Standard_Boolean First) |
Defines the first point or the last point, depending on the value of the boolean First. More... | |
const Handle< Adaptor2d_HCurve2d > & | Curve () const |
Returns the geometric curve on the surface 's domain which is solution. More... | |
Standard_Boolean | HasFirstPoint () const |
Returns True if there is a vertex (ThePathPoint) defining the lowest valid parameter on the arc. More... | |
const Contap_ThePathPointOfTheSearch & | FirstPoint () const |
Returns the first point. More... | |
Standard_Boolean | HasLastPoint () const |
Returns True if there is a vertex (ThePathPoint) defining the greatest valid parameter on the arc. More... | |
const Contap_ThePathPointOfTheSearch & | LastPoint () const |
Returns the last point. More... | |
Contap_TheSegmentOfTheSearch::Contap_TheSegmentOfTheSearch | ( | ) |
Empty constructor.
const Handle< Adaptor2d_HCurve2d >& Contap_TheSegmentOfTheSearch::Curve | ( | ) | const |
Returns the geometric curve on the surface 's domain which is solution.
const Contap_ThePathPointOfTheSearch& Contap_TheSegmentOfTheSearch::FirstPoint | ( | ) | const |
Returns the first point.
Standard_Boolean Contap_TheSegmentOfTheSearch::HasFirstPoint | ( | ) | const |
Returns True if there is a vertex (ThePathPoint) defining the lowest valid parameter on the arc.
Standard_Boolean Contap_TheSegmentOfTheSearch::HasLastPoint | ( | ) | const |
Returns True if there is a vertex (ThePathPoint) defining the greatest valid parameter on the arc.
const Contap_ThePathPointOfTheSearch& Contap_TheSegmentOfTheSearch::LastPoint | ( | ) | const |
Returns the last point.
void Contap_TheSegmentOfTheSearch::SetLimitPoint | ( | const Contap_ThePathPointOfTheSearch & | V, |
const Standard_Boolean | First | ||
) |
Defines the first point or the last point, depending on the value of the boolean First.
void Contap_TheSegmentOfTheSearch::SetValue | ( | const Handle< Adaptor2d_HCurve2d > & | A | ) |
Defines the concerned arc.