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