|
Open CASCADE Technology
6.9.0
|
The class provides the splitting of the set of connected faces on separate loops. More...
#include <BOPAlgo_ShellSplitter.hxx>

Public Member Functions | |
| BOPAlgo_ShellSplitter () | |
| empty constructor More... | |
| virtual | ~BOPAlgo_ShellSplitter () |
| BOPAlgo_ShellSplitter (const BOPCol_BaseAllocator &theAllocator) | |
| constructor More... | |
| void | AddStartElement (const TopoDS_Shape &theS) |
| adds a face <theS> to process More... | |
| const BOPCol_ListOfShape & | StartElements () const |
| return the faces to process More... | |
| virtual void | Perform () |
| performs the algorithm More... | |
| const BOPCol_ListOfShape & | Shells () const |
| returns the loops More... | |
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 | SplitBlock (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 | |
| void | MakeConnexityBlocks () |
| void | MakeShells () |
Protected Member Functions inherited from BOPAlgo_Algo | |
| BOPAlgo_Algo () | |
| virtual | ~BOPAlgo_Algo () |
| BOPAlgo_Algo (const BOPCol_BaseAllocator &theAllocator) | |
| virtual void | CheckData () |
| virtual void | CheckResult () |
| void | UserBreak () const |
| Breaks the execution if the break signal is indicated by myProgressIndicator. More... | |
Protected Attributes | |
| BOPCol_ListOfShape | myStartShapes |
| BOPCol_ListOfShape | myShells |
| 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 |
The class provides the splitting of the set of connected faces on separate loops.
| BOPAlgo_ShellSplitter::BOPAlgo_ShellSplitter | ( | ) |
empty constructor
|
virtual |
| BOPAlgo_ShellSplitter::BOPAlgo_ShellSplitter | ( | const BOPCol_BaseAllocator & | theAllocator | ) |
constructor
| void BOPAlgo_ShellSplitter::AddStartElement | ( | const TopoDS_Shape & | theS | ) |
adds a face <theS> to process
|
protected |
|
protected |
|
virtual |
performs the algorithm
Implements BOPAlgo_Algo.
| const BOPCol_ListOfShape& BOPAlgo_ShellSplitter::Shells | ( | ) | const |
returns the loops
|
static |
| const BOPCol_ListOfShape& BOPAlgo_ShellSplitter::StartElements | ( | ) | const |
return the faces to process
|
protected |
|
protected |
|
protected |
1.8.5