|
Open CASCADE Technology
6.7.1
|
#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 () |
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 <br> if <theFlag> is true the parallel processing is switched on | |
| Standard_Boolean | RunParallel () const |
| Returns the flag of parallel processing More... | |
Static Public Member Functions | |
| static void | MakeWire (BOPCol_ListOfShape &theLE, TopoDS_Wire &theW) |
| static void | SplitBlock (const TopoDS_Face &theF, BOPTools_ConnexityBlock &theCB) |
Protected Member Functions | |
| virtual void | CheckData () |
| 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 () |
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 |
| BOPAlgo_WireSplitter::BOPAlgo_WireSplitter | ( | ) |
|
virtual |
| BOPAlgo_WireSplitter::BOPAlgo_WireSplitter | ( | const BOPCol_BaseAllocator & | theAllocator | ) |
|
protectedvirtual |
Reimplemented from BOPAlgo_Algo.
|
protected |
|
static |
|
protected |
|
virtual |
Implements BOPAlgo_Algo.
| void BOPAlgo_WireSplitter::SetWES | ( | const BOPAlgo_WireEdgeSet & | theWES | ) |
|
static |
| BOPAlgo_WireEdgeSet& BOPAlgo_WireSplitter::WES | ( | ) |
|
protected |
|
protected |
1.8.5