Open CASCADE Technology
7.1.0.beta
|
provides the root interface for algorithms More...
#include <BOPAlgo_Algo.hxx>
Public Member Functions | |
virtual void | Perform ()=0 |
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 | SetFuzzyValue (const Standard_Real theFuzz) |
Sets the additional tolerance. More... | |
Standard_Real | FuzzyValue () const |
Returns the additional tolerance. More... | |
void | SetProgressIndicator (const Handle< Message_ProgressIndicator > &theObj) |
Set the Progress Indicator object. More... | |
Static Public Member Functions | |
static Standard_Boolean | GetParallelMode () |
static void | SetParallelMode (const Standard_Boolean theNewMode) |
Protected Member Functions | |
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... | |
provides the root interface for algorithms
|
protected |
|
protectedvirtual |
|
protected |
const BOPCol_BaseAllocator& BOPAlgo_Algo::Allocator | ( | ) | const |
|
protectedvirtual |
Reimplemented in BOPAlgo_CellsBuilder, BOPAlgo_MakerVolume, BOPAlgo_Builder, BOPAlgo_BuilderFace, BOPAlgo_BOP, BOPAlgo_Section, and BOPAlgo_WireSplitter.
|
protectedvirtual |
Standard_Integer BOPAlgo_Algo::ErrorStatus | ( | ) | const |
Standard_Real BOPAlgo_Algo::FuzzyValue | ( | ) | const |
Returns the additional tolerance.
|
static |
|
pure virtual |
Standard_Boolean BOPAlgo_Algo::RunParallel | ( | ) | const |
Returns the flag of parallel processing.
void BOPAlgo_Algo::SetFuzzyValue | ( | const Standard_Real | theFuzz | ) |
Sets the additional tolerance.
|
static |
void BOPAlgo_Algo::SetProgressIndicator | ( | const Handle< Message_ProgressIndicator > & | theObj | ) |
Set the Progress Indicator object.
void BOPAlgo_Algo::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.
|
protected |
Breaks the execution if the break signal is indicated by myProgressIndicator.
Standard_Integer BOPAlgo_Algo::WarningStatus | ( | ) | const |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |