![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
The class provides the following options for the algorithms in Boolean Component: More...
#include <BOPAlgo_Options.hxx>

Public Member Functions | |
| BOPAlgo_Options () | |
| Empty constructor. | |
| BOPAlgo_Options (const occ::handle< NCollection_BaseAllocator > &theAllocator) | |
| Constructor with allocator. | |
| virtual | ~BOPAlgo_Options () |
| Destructor. | |
| const occ::handle< NCollection_BaseAllocator > & | Allocator () const |
| Returns allocator. | |
| virtual void | Clear () |
| Clears all warnings and errors, and any data cached by the algorithm. User defined options are not cleared. | |
Error reporting mechanism | |
| void | AddError (const occ::handle< Message_Alert > &theAlert) |
| Adds the alert as error (fail) | |
| void | AddWarning (const occ::handle< Message_Alert > &theAlert) |
| Adds the alert as warning. | |
| bool | HasErrors () const |
| Returns true if algorithm has failed. | |
| bool | HasError (const occ::handle< Standard_Type > &theType) const |
| Returns true if algorithm has generated error of specified type. | |
| bool | HasWarnings () const |
| Returns true if algorithm has generated some warning alerts. | |
| bool | HasWarning (const occ::handle< Standard_Type > &theType) const |
| Returns true if algorithm has generated warning of specified type. | |
| const occ::handle< Message_Report > & | GetReport () const |
| Returns report collecting all errors and warnings. | |
| void | DumpErrors (Standard_OStream &theOS) const |
| Dumps the error status into the given stream. | |
| void | DumpWarnings (Standard_OStream &theOS) const |
| Dumps the warning statuses into the given stream. | |
| void | ClearWarnings () |
| Clears the warnings of the algorithm. | |
Fuzzy tolerance | |
| void | SetFuzzyValue (const double theFuzz) |
| Sets the additional tolerance. | |
| double | FuzzyValue () const |
| Returns the additional tolerance. | |
Usage of Oriented Bounding boxes | |
| occ::handle< NCollection_BaseAllocator > | myAllocator |
| Enables/Disables the usage of OBB. | |
| occ::handle< Message_Report > | myReport |
| Enables/Disables the usage of OBB. | |
| bool | myRunParallel |
| Enables/Disables the usage of OBB. | |
| double | myFuzzyValue |
| Enables/Disables the usage of OBB. | |
| bool | myUseOBB |
| Enables/Disables the usage of OBB. | |
| void | SetUseOBB (const bool theUseOBB) |
| Enables/Disables the usage of OBB. | |
| bool | UseOBB () const |
| Returns the flag defining usage of OBB. | |
| bool | UserBreak (const Message_ProgressScope &thePS) |
| Adds error to the report if the break signal was caught. Returns true in this case, false otherwise. | |
Parallel processing mode | |
| void | SetRunParallel (const bool 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. | |
| bool | RunParallel () const |
| Returns the flag of parallel processing. | |
| static bool | GetParallelMode () |
| Gets the global parallel mode. | |
| static void | SetParallelMode (const bool theNewMode) |
| Sets the global parallel mode. | |
The class provides the following options for the algorithms in Boolean Component:
| BOPAlgo_Options::BOPAlgo_Options | ( | ) |
Empty constructor.
| BOPAlgo_Options::BOPAlgo_Options | ( | const occ::handle< NCollection_BaseAllocator > & | theAllocator | ) |
Constructor with allocator.
|
virtual |
Destructor.
|
inline |
Adds the alert as error (fail)
|
inline |
Adds the alert as warning.
|
inline |
Returns allocator.
Clears all warnings and errors, and any data cached by the algorithm. User defined options are not cleared.
Reimplemented in BRepAlgoAPI_Algo, BOPAlgo_BOP, BOPAlgo_Builder, BOPAlgo_BuilderShape, BOPAlgo_CellsBuilder, BOPAlgo_MakeConnected, BOPAlgo_MakePeriodic, BOPAlgo_MakerVolume, BOPAlgo_PaveFiller, BOPAlgo_RemoveFeatures, BOPAlgo_ToolsProvider, BRepAlgoAPI_BuilderAlgo, BRepAlgoAPI_Defeaturing, and BRepFeat_Builder.
|
inline |
Clears the warnings of the algorithm.
| void BOPAlgo_Options::DumpErrors | ( | Standard_OStream & | theOS | ) | const |
Dumps the error status into the given stream.
| void BOPAlgo_Options::DumpWarnings | ( | Standard_OStream & | theOS | ) | const |
Dumps the warning statuses into the given stream.
|
inline |
Returns the additional tolerance.
|
inline |
Returns report collecting all errors and warnings.
|
inline |
Returns true if algorithm has generated error of specified type.
|
inline |
Returns true if algorithm has failed.
|
inline |
Returns true if algorithm has generated warning of specified type.
|
inline |
Returns true if algorithm has generated some warning alerts.
|
inline |
Returns the flag of parallel processing.
Sets the global parallel mode.
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.
|
inline |
Returns the flag defining usage of OBB.
|
protected |
Adds error to the report if the break signal was caught. Returns true in this case, false otherwise.
|
protected |
Enables/Disables the usage of OBB.
|
protected |
Enables/Disables the usage of OBB.
|
protected |
Enables/Disables the usage of OBB.
|
protected |
Enables/Disables the usage of OBB.
|
protected |
Enables/Disables the usage of OBB.