Open CASCADE Technology
7.0.0
|
#include <BOPAlgo_WireSplitter.hxx>
Public Member Functions | |
BOPAlgo_WireSplitter () | |
virtual | ~BOPAlgo_WireSplitter () |
BOPAlgo_WireSplitter (const BOPCol_BaseAllocator &theAllocator) | |
void | SetWES (const BOPAlgo_WireEdgeSet &theWES) |
BOPAlgo_WireEdgeSet & | WES () |
virtual void | Perform () override |
Public Member Functions inherited from BOPAlgo_Algo | |
Standard_Integer | ErrorStatus () const |
Standard_Integer | WarningStatus () const |
const BOPCol_BaseAllocator & | Allocator () const |
void | SetRunParallel (const Standard_Boolean theFlag) |
Set the flag of parallel processing if <theFlag> is true the parallel processing is switched on if <theFlag> is false the parallel processing is switched off. More... | |
Standard_Boolean | RunParallel () const |
Returns the flag of parallel processing. More... | |
void | SetProgressIndicator (const Handle< Message_ProgressIndicator > &theObj) |
Set the Progress Indicator object. More... | |
Static Public Member Functions | |
static void | MakeWire (BOPCol_ListOfShape &theLE, TopoDS_Wire &theW) |
static void | SplitBlock (const TopoDS_Face &theF, BOPTools_ConnexityBlock &theCB) |
Static Public Member Functions inherited from BOPAlgo_Algo | |
static Standard_Boolean | GetParallelMode () |
static void | SetParallelMode (const Standard_Boolean theNewMode) |
Protected Member Functions | |
virtual void | CheckData () override |
void | MakeConnexityBlocks () |
void | MakeWires () |
Protected Member Functions inherited from BOPAlgo_Algo | |
BOPAlgo_Algo () | |
virtual | ~BOPAlgo_Algo () |
BOPAlgo_Algo (const BOPCol_BaseAllocator &theAllocator) | |
virtual void | CheckResult () |
void | UserBreak () const |
Breaks the execution if the break signal is indicated by myProgressIndicator. More... | |
Protected Attributes | |
BOPAlgo_PWireEdgeSet | myWES |
BOPTools_ListOfConnexityBlock | myLCB |
Protected Attributes inherited from BOPAlgo_Algo | |
BOPCol_BaseAllocator | myAllocator |
Standard_Integer | myErrorStatus |
Standard_Integer | myWarningStatus |
Standard_Boolean | myRunParallel |
Handle< Message_ProgressIndicator > | myProgressIndicator |
BOPAlgo_WireSplitter::BOPAlgo_WireSplitter | ( | ) |
|
virtual |
BOPAlgo_WireSplitter::BOPAlgo_WireSplitter | ( | const BOPCol_BaseAllocator & | theAllocator | ) |
|
overrideprotectedvirtual |
Reimplemented from BOPAlgo_Algo.
|
protected |
|
static |
|
protected |
|
overridevirtual |
Implements BOPAlgo_Algo.
void BOPAlgo_WireSplitter::SetWES | ( | const BOPAlgo_WireEdgeSet & | theWES | ) |
|
static |
BOPAlgo_WireEdgeSet& BOPAlgo_WireSplitter::WES | ( | ) |
|
protected |
|
protected |