Open CASCADE Technology
7.5.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 Handle< BRepTools_History > &theHistory) |
Sets the given history into the session. More... | |
static void | AddHistory (const Handle< BRepTools_History > &theHistory) |
Adds the given history to the history in the session. More... | |
template<class TheAlgo > | |
static void | SetHistory (const TopTools_ListOfShape &theArguments, TheAlgo &theAlgo) |
Sets the history of the given algorithm into the session. More... | |
template<class TheAlgo > | |
static void | AddHistory (const TopTools_ListOfShape &theArguments, TheAlgo &theAlgo) |
Adds the history of the given algorithm into the session. More... | |
static Handle< BRepTools_History > | History () |
Returns the history from the session. More... | |
static void | SetToFillHistory (const Standard_Boolean theFillHist) |
Enables/Disables the history saving. More... | |
static Standard_Boolean | IsHistoryNeeded () |
Returns the flag controlling the history collection. More... | |
Provides the access to the useful tools common for the algorithms.
|
static |
Adds the given history to the history in the session.
|
inlinestatic |
Adds the history of the given algorithm into the session.
|
static |
Returns the history from the session.
|
static |
Returns the flag controlling the history collection.
|
static |
Sets the given history into the session.
|
inlinestatic |
Sets the history of the given algorithm into the session.
|
static |
Enables/Disables the history saving.