|
Open CASCADE Technology 6.5.2
|
inherits class Cutting; contains a list of preferential points (di)i
if Cutting is necessary in [a,b], we cut at the di nearest from (a+b)/2.
#include <AdvApprox_PrefCutting.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| AdvApprox_PrefCutting (const TColStd_Array1OfReal &CutPnts) | |
| virtual Standard_Boolean | Value (const Standard_Real a, const Standard_Real b, Standard_Real &cuttingvalue) const |
| AdvApprox_PrefCutting::AdvApprox_PrefCutting | ( | const TColStd_Array1OfReal & | CutPnts | ) |
| void AdvApprox_PrefCutting::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from AdvApprox_Cutting.
| void* AdvApprox_PrefCutting::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from AdvApprox_Cutting.
| void* AdvApprox_PrefCutting::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from AdvApprox_Cutting.
| virtual Standard_Boolean AdvApprox_PrefCutting::Value | ( | const Standard_Real | a, |
| const Standard_Real | b, | ||
| Standard_Real & | cuttingvalue | ||
| ) | const [virtual] |
Implements AdvApprox_Cutting.
1.7.4