Open CASCADE Technology  7.3.0
Public Member Functions

IntPatch_TheSearchInside Class Reference

#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_InteriorPointValue (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...
 

Constructor & Destructor Documentation

◆ IntPatch_TheSearchInside() [1/2]

IntPatch_TheSearchInside::IntPatch_TheSearchInside ( )

◆ IntPatch_TheSearchInside() [2/2]

IntPatch_TheSearchInside::IntPatch_TheSearchInside ( IntPatch_TheSurfFunction F,
const Handle< Adaptor3d_HSurface > &  Surf,
const Handle< Adaptor3d_TopolTool > &  T,
const Standard_Real  Epsilon 
)

Member Function Documentation

◆ IsDone()

Standard_Boolean IntPatch_TheSearchInside::IsDone ( ) const

◆ NbPoints()

Standard_Integer IntPatch_TheSearchInside::NbPoints ( ) const

Returns the number of points. The exception NotDone if raised if IsDone returns False.

◆ Perform() [1/2]

void IntPatch_TheSearchInside::Perform ( IntPatch_TheSurfFunction F,
const Handle< Adaptor3d_HSurface > &  Surf,
const Handle< Adaptor3d_TopolTool > &  T,
const Standard_Real  Epsilon 
)

◆ Perform() [2/2]

void IntPatch_TheSearchInside::Perform ( IntPatch_TheSurfFunction F,
const Handle< Adaptor3d_HSurface > &  Surf,
const Standard_Real  UStart,
const Standard_Real  VStart 
)

◆ Value()

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.


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