Open CASCADE Technology
7.3.0
|
#include <Contap_TheSearchInside.hxx>
Public Member Functions | |
Contap_TheSearchInside () | |
Contap_TheSearchInside (Contap_SurfFunction &F, const Handle< Adaptor3d_HSurface > &Surf, const Handle< Adaptor3d_TopolTool > &T, const Standard_Real Epsilon) | |
void | Perform (Contap_SurfFunction &F, const Handle< Adaptor3d_HSurface > &Surf, const Handle< Adaptor3d_TopolTool > &T, const Standard_Real Epsilon) |
void | Perform (Contap_SurfFunction &F, const Handle< Adaptor3d_HSurface > &Surf, const Standard_Real UStart, const Standard_Real VStart) |
Standard_Boolean | IsDone () const |
Standard_Integer | NbPoints () const |
Returns the number of points. The exception NotDone if raised if IsDone returns False. More... | |
const IntSurf_InteriorPoint & | Value (const Standard_Integer Index) const |
Returns the point of range Index. The exception NotDone if raised if IsDone returns False. The exception OutOfRange if raised if Index <= 0 or Index > NbPoints. More... | |
Contap_TheSearchInside::Contap_TheSearchInside | ( | ) |
Contap_TheSearchInside::Contap_TheSearchInside | ( | Contap_SurfFunction & | F, |
const Handle< Adaptor3d_HSurface > & | Surf, | ||
const Handle< Adaptor3d_TopolTool > & | T, | ||
const Standard_Real | Epsilon | ||
) |
Standard_Boolean Contap_TheSearchInside::IsDone | ( | ) | const |
Standard_Integer Contap_TheSearchInside::NbPoints | ( | ) | const |
Returns the number of points. The exception NotDone if raised if IsDone returns False.
void Contap_TheSearchInside::Perform | ( | Contap_SurfFunction & | F, |
const Handle< Adaptor3d_HSurface > & | Surf, | ||
const Handle< Adaptor3d_TopolTool > & | T, | ||
const Standard_Real | Epsilon | ||
) |
void Contap_TheSearchInside::Perform | ( | Contap_SurfFunction & | F, |
const Handle< Adaptor3d_HSurface > & | Surf, | ||
const Standard_Real | UStart, | ||
const Standard_Real | VStart | ||
) |
const IntSurf_InteriorPoint& Contap_TheSearchInside::Value | ( | const Standard_Integer | Index | ) | const |
Returns the point of range Index. The exception NotDone if raised if IsDone returns False. The exception OutOfRange if raised if Index <= 0 or Index > NbPoints.