Open CASCADE Technology
7.4.0
|
#include <IntPatch_TheSearchInside.hxx>
Public Member Functions | |
IntPatch_TheSearchInside () | |
IntPatch_TheSearchInside (IntPatch_TheSurfFunction &F, const Handle< Adaptor3d_HSurface > &Surf, const Handle< Adaptor3d_TopolTool > &T, const Standard_Real Epsilon) | |
void | Perform (IntPatch_TheSurfFunction &F, const Handle< Adaptor3d_HSurface > &Surf, const Handle< Adaptor3d_TopolTool > &T, const Standard_Real Epsilon) |
void | Perform (IntPatch_TheSurfFunction &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... | |
IntPatch_TheSearchInside::IntPatch_TheSearchInside | ( | ) |
IntPatch_TheSearchInside::IntPatch_TheSearchInside | ( | IntPatch_TheSurfFunction & | F, |
const Handle< Adaptor3d_HSurface > & | Surf, | ||
const Handle< Adaptor3d_TopolTool > & | T, | ||
const Standard_Real | Epsilon | ||
) |
Standard_Boolean IntPatch_TheSearchInside::IsDone | ( | ) | const |
Standard_Integer IntPatch_TheSearchInside::NbPoints | ( | ) | const |
Returns the number of points. The exception NotDone if raised if IsDone returns False.
void IntPatch_TheSearchInside::Perform | ( | IntPatch_TheSurfFunction & | F, |
const Handle< Adaptor3d_HSurface > & | Surf, | ||
const Handle< Adaptor3d_TopolTool > & | T, | ||
const Standard_Real | Epsilon | ||
) |
void IntPatch_TheSearchInside::Perform | ( | IntPatch_TheSurfFunction & | F, |
const Handle< Adaptor3d_HSurface > & | Surf, | ||
const Standard_Real | UStart, | ||
const Standard_Real | VStart | ||
) |
const IntSurf_InteriorPoint& IntPatch_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.