Open CASCADE Technology  7.1.0.beta
Public Member Functions

Contap_TheSegmentOfTheSearch Class Reference

#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_ThePathPointOfTheSearchFirstPoint () 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_ThePathPointOfTheSearchLastPoint () const
 Returns the last point. More...
 

Constructor & Destructor Documentation

Contap_TheSegmentOfTheSearch::Contap_TheSegmentOfTheSearch ( )

Empty constructor.

Member Function Documentation

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.


The documentation for this class was generated from the following file: