|
Open CASCADE Technology 6.5.2
|
#include <ProjLib_ComputeApprox.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| ProjLib_ComputeApprox (const Handle< Adaptor3d_HCurve > &C, const Handle< Adaptor3d_HSurface > &S, const Standard_Real Tol) | |
| <Tol> is the tolerance with which the approximation is performed. | |
| Handle_Geom2d_BSplineCurve | BSpline () const |
| Handle_Geom2d_BezierCurve | Bezier () const |
| Standard_Real | Tolerance () const |
| returns the reached Tolerance. | |
| ProjLib_ComputeApprox::ProjLib_ComputeApprox | ( | const Handle< Adaptor3d_HCurve > & | C, |
| const Handle< Adaptor3d_HSurface > & | S, | ||
| const Standard_Real | Tol | ||
| ) |
| Handle_Geom2d_BezierCurve ProjLib_ComputeApprox::Bezier | ( | ) | const |
| Handle_Geom2d_BSplineCurve ProjLib_ComputeApprox::BSpline | ( | ) | const |
| void ProjLib_ComputeApprox::operator delete | ( | void * | anAddress | ) | [inline] |
| void* ProjLib_ComputeApprox::operator new | ( | size_t | size | ) | [inline] |
| void* ProjLib_ComputeApprox::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| Standard_Real ProjLib_ComputeApprox::Tolerance | ( | ) | const |
1.7.4