|
Open CASCADE Technology
6.7.1
|
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 <br> if <theFlag> is true the parallel processing is switched on | |
| Standard_Boolean | RunParallel () const |
| Returns the flag of parallel processing More... | |
Protected Member Functions | |
| BOPAlgo_Algo () | |
| virtual | ~BOPAlgo_Algo () |
| BOPAlgo_Algo (const BOPCol_BaseAllocator &theAllocator) | |
| virtual void | CheckData () |
| virtual void | CheckResult () |
Protected Attributes | |
| BOPCol_BaseAllocator | myAllocator |
| Standard_Integer | myErrorStatus |
| Standard_Integer | myWarningStatus |
| Standard_Boolean | myRunParallel |
provides the root interface for algorithms
|
protected |
|
protectedvirtual |
|
protected |
| const BOPCol_BaseAllocator& BOPAlgo_Algo::Allocator | ( | ) | const |
|
protectedvirtual |
Reimplemented in BOPAlgo_Builder, BOPAlgo_BOP, BOPAlgo_BuilderFace, and BOPAlgo_WireSplitter.
|
protectedvirtual |
| Standard_Integer BOPAlgo_Algo::ErrorStatus | ( | ) | const |
|
pure virtual |
| Standard_Boolean BOPAlgo_Algo::RunParallel | ( | ) | const |
Returns the flag of parallel processing
| void BOPAlgo_Algo::SetRunParallel | ( | const Standard_Boolean | theFlag | ) |
Set the flag of parallel processing <br>
if <theFlag> is true the parallel processing is switched on
if <theFlag> is false the parallel processing is switched off
| Standard_Integer BOPAlgo_Algo::WarningStatus | ( | ) | const |
|
protected |
|
protected |
|
protected |
|
protected |
1.8.5