Open CASCADE Technology 7.9.1
Loading...
Searching...
No Matches
HLRBRep_TheIntPCurvePCurveOfCInter Class Reference

#include <HLRBRep_TheIntPCurvePCurveOfCInter.hxx>

Inheritance diagram for HLRBRep_TheIntPCurvePCurveOfCInter:

Public Member Functions

 HLRBRep_TheIntPCurvePCurveOfCInter ()
void Perform (const Standard_Address &Curve1, const IntRes2d_Domain &Domain1, const Standard_Address &Curve2, const IntRes2d_Domain &Domain2, const Standard_Real TolConf, const Standard_Real Tol)
void Perform (const Standard_Address &Curve1, const IntRes2d_Domain &Domain1, const Standard_Real TolConf, const Standard_Real Tol)
void SetMinNbSamples (const Standard_Integer theMinNbSamples)
 Set / get minimum number of points in polygon for intersection.
Standard_Integer GetMinNbSamples () const
Public Member Functions inherited from IntRes2d_Intersection
Standard_Boolean IsDone () const
 returns TRUE when the computation was successful.
Standard_Boolean IsEmpty () const
 Returns TRUE if there is no intersection between the given arguments. The exception NotDone is raised if IsDone returns FALSE.
Standard_Integer NbPoints () const
 This function returns the number of intersection points between the 2 curves. The exception NotDone is raised if IsDone returns FALSE.
const IntRes2d_IntersectionPointPoint (const Standard_Integer N) const
 This function returns the intersection point of range N; The exception NotDone is raised if IsDone returns FALSE. The exception OutOfRange is raised if (N <= 0) or (N > NbPoints).
Standard_Integer NbSegments () const
 This function returns the number of intersection segments between the two curves. The exception NotDone is raised if IsDone returns FALSE.
const IntRes2d_IntersectionSegmentSegment (const Standard_Integer N) const
 This function returns the intersection segment of range N; The exception NotDone is raised if IsDone returns FALSE. The exception OutOfRange is raised if (N <= 0) or (N > NbPoints).
void SetReversedParameters (const Standard_Boolean Reverseflag)

Protected Member Functions

void Perform (const Standard_Address &Curve1, const IntRes2d_Domain &Domain1, const Standard_Address &Curve2, const IntRes2d_Domain &Domain2, const Standard_Real TolConf, const Standard_Real Tol, const Standard_Integer NbIter, const Standard_Real DeltaU, const Standard_Real DeltaV)
void Perform (const Standard_Address &Curve1, const IntRes2d_Domain &Domain1, const Standard_Real TolConf, const Standard_Real Tol, const Standard_Integer NbIter, const Standard_Real DeltaU, const Standard_Real DeltaV)
Protected Member Functions inherited from IntRes2d_Intersection
 IntRes2d_Intersection ()
 Empty constructor.
 IntRes2d_Intersection (const IntRes2d_Intersection &Other)
IntRes2d_Intersectionoperator= (const IntRes2d_Intersection &theOther)
 Assignment.
 ~IntRes2d_Intersection ()
 Destructor is protected, for safe inheritance.
void SetValues (const IntRes2d_Intersection &Inter)
void Append (const IntRes2d_Intersection &Inter, const Standard_Real FirstParam1, const Standard_Real LastParam1, const Standard_Real FirstParam2, const Standard_Real LastParam2)
void Append (const IntRes2d_IntersectionSegment &Seg)
void Append (const IntRes2d_IntersectionPoint &Pnt)
void Insert (const IntRes2d_IntersectionPoint &Pnt)
void ResetFields ()
Standard_Boolean ReversedParameters () const

Additional Inherited Members

Protected Attributes inherited from IntRes2d_Intersection
IntRes2d_SequenceOfIntersectionPoint lpnt
IntRes2d_SequenceOfIntersectionSegment lseg
Standard_Boolean done
Standard_Boolean reverse

Constructor & Destructor Documentation

◆ HLRBRep_TheIntPCurvePCurveOfCInter()

HLRBRep_TheIntPCurvePCurveOfCInter::HLRBRep_TheIntPCurvePCurveOfCInter ( )

Member Function Documentation

◆ GetMinNbSamples()

Standard_Integer HLRBRep_TheIntPCurvePCurveOfCInter::GetMinNbSamples ( ) const

◆ Perform() [1/4]

void HLRBRep_TheIntPCurvePCurveOfCInter::Perform ( const Standard_Address & Curve1,
const IntRes2d_Domain & Domain1,
const Standard_Address & Curve2,
const IntRes2d_Domain & Domain2,
const Standard_Real TolConf,
const Standard_Real Tol )

◆ Perform() [2/4]

void HLRBRep_TheIntPCurvePCurveOfCInter::Perform ( const Standard_Address & Curve1,
const IntRes2d_Domain & Domain1,
const Standard_Address & Curve2,
const IntRes2d_Domain & Domain2,
const Standard_Real TolConf,
const Standard_Real Tol,
const Standard_Integer NbIter,
const Standard_Real DeltaU,
const Standard_Real DeltaV )
protected

◆ Perform() [3/4]

void HLRBRep_TheIntPCurvePCurveOfCInter::Perform ( const Standard_Address & Curve1,
const IntRes2d_Domain & Domain1,
const Standard_Real TolConf,
const Standard_Real Tol )

◆ Perform() [4/4]

void HLRBRep_TheIntPCurvePCurveOfCInter::Perform ( const Standard_Address & Curve1,
const IntRes2d_Domain & Domain1,
const Standard_Real TolConf,
const Standard_Real Tol,
const Standard_Integer NbIter,
const Standard_Real DeltaU,
const Standard_Real DeltaV )
protected

◆ SetMinNbSamples()

void HLRBRep_TheIntPCurvePCurveOfCInter::SetMinNbSamples ( const Standard_Integer theMinNbSamples)

Set / get minimum number of points in polygon for intersection.


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