Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Public Member Functions
GeomBndLib_OtherCurve Class Reference

Computes bounding box for a general 3D curve via adaptor. Uses sampling + PSO/Brent numerical optimization for BoxOptimal. More...

#include <GeomBndLib_OtherCurve.hxx>

Public Member Functions

 GeomBndLib_OtherCurve (const Adaptor3d_Curve &theCurve)
 
 GeomBndLib_OtherCurve (const GeomBndLib_OtherCurve &)=delete
 
GeomBndLib_OtherCurveoperator= (const GeomBndLib_OtherCurve &)=delete
 
 GeomBndLib_OtherCurve (GeomBndLib_OtherCurve &&)=delete
 
GeomBndLib_OtherCurveoperator= (GeomBndLib_OtherCurve &&)=delete
 
Bnd_Box Box (double theTol) const
 Compute bounding box for full curve.
 
Bnd_Box Box (double theU1, double theU2, double theTol) const
 Compute bounding box for arc [theU1, theU2].
 
Bnd_Box BoxOptimal (double theTol) const
 Compute precise bounding box for full curve.
 
Bnd_Box BoxOptimal (double theU1, double theU2, double theTol) const
 Compute precise bounding box using PSO + Brent optimization.
 

Detailed Description

Computes bounding box for a general 3D curve via adaptor. Uses sampling + PSO/Brent numerical optimization for BoxOptimal.

Constructor & Destructor Documentation

◆ GeomBndLib_OtherCurve() [1/3]

GeomBndLib_OtherCurve::GeomBndLib_OtherCurve ( const Adaptor3d_Curve & theCurve)
inline

◆ GeomBndLib_OtherCurve() [2/3]

GeomBndLib_OtherCurve::GeomBndLib_OtherCurve ( const GeomBndLib_OtherCurve & )
delete

◆ GeomBndLib_OtherCurve() [3/3]

GeomBndLib_OtherCurve::GeomBndLib_OtherCurve ( GeomBndLib_OtherCurve && )
delete

Member Function Documentation

◆ Box() [1/2]

Bnd_Box GeomBndLib_OtherCurve::Box ( double theTol) const

Compute bounding box for full curve.

◆ Box() [2/2]

Bnd_Box GeomBndLib_OtherCurve::Box ( double theU1,
double theU2,
double theTol ) const

Compute bounding box for arc [theU1, theU2].

◆ BoxOptimal() [1/2]

Bnd_Box GeomBndLib_OtherCurve::BoxOptimal ( double theTol) const
inline

Compute precise bounding box for full curve.

◆ BoxOptimal() [2/2]

Bnd_Box GeomBndLib_OtherCurve::BoxOptimal ( double theU1,
double theU2,
double theTol ) const

Compute precise bounding box using PSO + Brent optimization.

◆ operator=() [1/2]

GeomBndLib_OtherCurve & GeomBndLib_OtherCurve::operator= ( const GeomBndLib_OtherCurve & )
delete

◆ operator=() [2/2]

GeomBndLib_OtherCurve & GeomBndLib_OtherCurve::operator= ( GeomBndLib_OtherCurve && )
delete

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