Open CASCADE Technology
7.7.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 Handle< NCollection_BaseAllocator > &theAllocator) | |
constructor More... | |
void | AddStartElement (const TopoDS_Shape &theS) |
adds a face <theS> to process More... | |
const TopTools_ListOfShape & | StartElements () const |
return the faces to process More... | |
virtual void | Perform (const Message_ProgressRange &theRange=Message_ProgressRange()) override |
performs the algorithm More... | |
const TopTools_ListOfShape & | Shells () const |
returns the loops More... | |
Public Member Functions inherited from BOPAlgo_Options | |
BOPAlgo_Options () | |
Empty constructor. More... | |
BOPAlgo_Options (const Handle< NCollection_BaseAllocator > &theAllocator) | |
Constructor with allocator. More... | |
virtual | ~BOPAlgo_Options () |
Destructor. More... | |
const Handle< NCollection_BaseAllocator > & | Allocator () const |
Returns allocator. More... | |
virtual void | Clear () |
Clears all warnings and errors, and any data cached by the algorithm. User defined options are not cleared. More... | |
void | AddError (const Handle< Message_Alert > &theAlert) |
Adds the alert as error (fail) More... | |
void | AddWarning (const Handle< Message_Alert > &theAlert) |
Adds the alert as warning. More... | |
Standard_Boolean | HasErrors () const |
Returns true if algorithm has failed. More... | |
Standard_Boolean | HasError (const Handle< Standard_Type > &theType) const |
Returns true if algorithm has generated error of specified type. More... | |
Standard_Boolean | HasWarnings () const |
Returns true if algorithm has generated some warning alerts. More... | |
Standard_Boolean | HasWarning (const Handle< Standard_Type > &theType) const |
Returns true if algorithm has generated warning of specified type. More... | |
const Handle< Message_Report > & | GetReport () const |
Returns report collecting all errors and warnings. More... | |
void | DumpErrors (Standard_OStream &theOS) const |
Dumps the error status into the given stream. More... | |
void | DumpWarnings (Standard_OStream &theOS) const |
Dumps the warning statuses into the given stream. More... | |
void | ClearWarnings () |
Clears the warnings of the algorithm. More... | |
void | SetFuzzyValue (const Standard_Real theFuzz) |
Sets the additional tolerance. More... | |
Standard_Real | FuzzyValue () const |
Returns the additional tolerance. More... | |
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 | SetUseOBB (const Standard_Boolean theUseOBB) |
Enables/Disables the usage of OBB. More... | |
Standard_Boolean | UseOBB () const |
Returns the flag defining usage of OBB. More... | |
Static Public Member Functions | |
static void | SplitBlock (BOPTools_ConnexityBlock &theCB) |
Static Public Member Functions inherited from BOPAlgo_Options | |
static Standard_Boolean | GetParallelMode () |
Gets the global parallel mode. More... | |
static void | SetParallelMode (const Standard_Boolean theNewMode) |
Sets the global parallel mode. More... | |
Protected Member Functions | |
void | MakeShells (const Message_ProgressRange &theRange) |
Protected Member Functions inherited from BOPAlgo_Algo | |
BOPAlgo_Algo () | |
Default constructor. More... | |
virtual | ~BOPAlgo_Algo () |
BOPAlgo_Algo (const Handle< NCollection_BaseAllocator > &theAllocator) | |
virtual void | CheckData () |
Checks input data. More... | |
virtual void | CheckResult () |
Checks the obtained result. More... | |
void | analyzeProgress (const Standard_Real theWhole, BOPAlgo_PISteps &theSteps) const |
Analyze progress steps of the whole operation. More... | |
virtual void | fillPIConstants (const Standard_Real theWhole, BOPAlgo_PISteps &theSteps) const |
Fills the values for constant operations - the operations having constant relative running time. More... | |
virtual void | fillPISteps (BOPAlgo_PISteps &theSteps) const |
Fills the values for the operations dependent on the inputs. Filled values may not be normalized to represent percentage of total running time. The values should just correlate to each other. E.g. if progress depends on the number of input shapes, the values may look like this: step1 = number_of_input_vertices; step2 = 2 * number_of_input_edges; step3 = 10 * number_of_input_faces. Normalization of these values will be done automatically in analyzeProgress() method. More... | |
Protected Member Functions inherited from BOPAlgo_Options | |
Standard_Boolean | UserBreak (const Message_ProgressScope &thePS) |
Adds error to the report if the break signal was caught. Returns true in this case, false otherwise. More... | |
Protected Attributes | |
TopTools_ListOfShape | myStartShapes |
TopTools_ListOfShape | myShells |
BOPTools_ListOfConnexityBlock | myLCB |
Protected Attributes inherited from BOPAlgo_Options | |
Handle< NCollection_BaseAllocator > | myAllocator |
Enables/Disables the usage of OBB. More... | |
Handle< Message_Report > | myReport |
Enables/Disables the usage of OBB. More... | |
Standard_Boolean | myRunParallel |
Enables/Disables the usage of OBB. More... | |
Standard_Real | myFuzzyValue |
Enables/Disables the usage of OBB. More... | |
Standard_Boolean | myUseOBB |
Enables/Disables the usage of OBB. More... | |
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 Handle< NCollection_BaseAllocator > & | theAllocator | ) |
constructor
void BOPAlgo_ShellSplitter::AddStartElement | ( | const TopoDS_Shape & | theS | ) |
adds a face <theS> to process
|
protected |
|
overridevirtual |
performs the algorithm
Implements BOPAlgo_Algo.
const TopTools_ListOfShape& BOPAlgo_ShellSplitter::Shells | ( | ) | const |
returns the loops
|
static |
const TopTools_ListOfShape& BOPAlgo_ShellSplitter::StartElements | ( | ) | const |
return the faces to process
|
protected |
|
protected |
|
protected |