|
Open CASCADE Technology 6.5.2
|
if Cutting is necessary in [a,b], we cut at (a+b) / 2.
#include <AdvApprox_DichoCutting.hxx>

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