Open CASCADE Technology
6.5.4
|
#include <BOP_Section.hxx>
Public Member Functions | |
DEFINE_STANDARD_ALLOC | 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) |
virtual BOP_Section::~BOP_Section | ( | ) | [inline, virtual] |
virtual void BOP_Section::Destroy | ( | ) | [virtual] |
Reimplemented from BOP_Builder.
virtual void BOP_Section::Do | ( | ) | [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::DoWithFiller | ( | const BOPTools_DSFiller & | aDSF | ) | [virtual] |
Reimplemented from BOP_Builder.
virtual void BOP_Section::SetHistoryCollector | ( | const Handle< BOP_HistoryCollector > & | theHistory | ) | [virtual] |
Reimplemented from BOP_Builder.