![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
Computes bounding box for a general 2D curve via adaptor. Uses sampling + PSO/Brent numerical optimization for BoxOptimal. More...
#include <GeomBndLib_OtherCurve2d.hxx>
Public Member Functions | |
| GeomBndLib_OtherCurve2d (const Adaptor2d_Curve2d &theCurve) | |
| GeomBndLib_OtherCurve2d (const GeomBndLib_OtherCurve2d &)=delete | |
| GeomBndLib_OtherCurve2d & | operator= (const GeomBndLib_OtherCurve2d &)=delete |
| GeomBndLib_OtherCurve2d (GeomBndLib_OtherCurve2d &&)=delete | |
| GeomBndLib_OtherCurve2d & | operator= (GeomBndLib_OtherCurve2d &&)=delete |
| Bnd_Box2d | Box (double theTol) const |
| Compute bounding box for full curve. | |
| Bnd_Box2d | Box (double theU1, double theU2, double theTol) const |
| Compute bounding box for arc [theU1, theU2]. | |
| Bnd_Box2d | BoxOptimal (double theTol) const |
| Compute precise bounding box for full curve. | |
| Bnd_Box2d | BoxOptimal (double theU1, double theU2, double theTol) const |
| Compute precise bounding box using PSO + Brent optimization. | |
Computes bounding box for a general 2D curve via adaptor. Uses sampling + PSO/Brent numerical optimization for BoxOptimal.
|
inline |
|
delete |
|
delete |
Compute bounding box for arc [theU1, theU2].
Compute precise bounding box for full curve.
Compute precise bounding box using PSO + Brent optimization.
|
delete |
|
delete |