|
Open CASCADE Technology 6.5.2
|
#include <BOP_Section.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| BOP_Section () | |
| Empty constructor; | |
| virtual void | Do () |
| Does the BO from the beggining to the end, i.e. create new DataStructure, DSFiller, compute all interferences, compute states, build result etc | |
| void | Do (const Standard_Boolean toApprox, const Standard_Boolean toComputePCurve1, const Standard_Boolean toComputePCurve2) |
| Does the BO from the beggining to the end, i.e. create new DataStructure, DSFiller, compute all interferences, compute states, build result etc | |
| virtual void | DoWithFiller (const BOPTools_DSFiller &aDSF) |
| Does the BO using existing Filler to the end | |
| virtual void | Destroy () |
| Destructor | |
| virtual | ~BOP_Section () |
| virtual void | SetHistoryCollector (const Handle< BOP_HistoryCollector > &theHistory) |
| BOP_Section::BOP_Section | ( | ) |
| virtual BOP_Section::~BOP_Section | ( | ) | [inline, virtual] |
| virtual void BOP_Section::Destroy | ( | ) | [virtual] |
Reimplemented from BOP_Builder.
| void BOP_Section::Do | ( | const Standard_Boolean | toApprox, |
| const Standard_Boolean | toComputePCurve1, | ||
| const Standard_Boolean | toComputePCurve2 | ||
| ) |
| virtual void BOP_Section::Do | ( | ) | [virtual] |
Reimplemented from BOP_Builder.
| virtual void BOP_Section::DoWithFiller | ( | const BOPTools_DSFiller & | aDSF | ) | [virtual] |
Reimplemented from BOP_Builder.
| void BOP_Section::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from BOP_Builder.
| void* BOP_Section::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from BOP_Builder.
| void* BOP_Section::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from BOP_Builder.
| virtual void BOP_Section::SetHistoryCollector | ( | const Handle< BOP_HistoryCollector > & | theHistory | ) | [virtual] |
Reimplemented from BOP_Builder.
1.7.4