![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
Provides the access to the useful tools common for the algorithms. More...
#include <BRepTest_Objects.hxx>
Static Public Member Functions | |
| static void | SetHistory (const occ::handle< BRepTools_History > &theHistory) |
| Sets the given history into the session. | |
| static void | AddHistory (const occ::handle< BRepTools_History > &theHistory) |
| Adds the given history to the history in the session. | |
| template<class TheAlgo > | |
| static void | SetHistory (const NCollection_List< TopoDS_Shape > &theArguments, TheAlgo &theAlgo) |
| Sets the history of the given algorithm into the session. | |
| template<class TheAlgo > | |
| static void | AddHistory (const NCollection_List< TopoDS_Shape > &theArguments, TheAlgo &theAlgo) |
| Adds the history of the given algorithm into the session. | |
| static occ::handle< BRepTools_History > | History () |
| Returns the history from the session. | |
| static void | SetToFillHistory (const bool theFillHist) |
| Enables/Disables the history saving. | |
| static bool | IsHistoryNeeded () |
| Returns the flag controlling the history collection. | |
Provides the access to the useful tools common for the algorithms.
|
inlinestatic |
Adds the history of the given algorithm into the session.
|
static |
Adds the given history to the history in the session.
|
static |
Returns the history from the session.
Returns the flag controlling the history collection.
|
inlinestatic |
Sets the history of the given algorithm into the session.
|
static |
Sets the given history into the session.
Enables/Disables the history saving.