| 
    Open CASCADE Technology
    6.9.1
    
   | 
 
Root class for algorithms that has shape as result. More...
#include <BOPAlgo_BuilderShape.hxx>

Public Member Functions | |
| const TopoDS_Shape & | Shape () const | 
| Returns the result of algorithm.  More... | |
| virtual const TopTools_ListOfShape & | Generated (const TopoDS_Shape &theS) | 
| Returns the list of shapes generated from the shape theS.  More... | |
| virtual const TopTools_ListOfShape & | Modified (const TopoDS_Shape &theS) | 
| Returns the list of shapes modified from the shape theS.  More... | |
| virtual Standard_Boolean | IsDeleted (const TopoDS_Shape &theS) | 
| Returns true if the shape theS has been deleted.  More... | |
| Standard_Boolean | HasDeleted () const | 
| Returns true if the at least one shape(or subshape) of arguments has been deleted.  More... | |
| Standard_Boolean | HasGenerated () const | 
| Returns true if the at least one shape(or subshape) of arguments has generated shapes.  More... | |
| Standard_Boolean | HasModified () const | 
| Returns true if the at least one shape(or subshape) of arguments has modified shapes.  More... | |
| const BOPCol_IndexedDataMapOfShapeListOfShape & | ImagesResult () const | 
  Public Member Functions inherited from BOPAlgo_Algo | |
| 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 if <theFlag> is true the parallel processing is switched on if <theFlag> is false the parallel processing is switched off.  More... | |
| Standard_Boolean | RunParallel () const | 
| Returns the flag of parallel processing.  More... | |
| void | SetProgressIndicator (const Handle< Message_ProgressIndicator > &theObj) | 
| Set the Progress Indicator object.  More... | |
Protected Member Functions | |
| BOPAlgo_BuilderShape () | |
| virtual | ~BOPAlgo_BuilderShape () | 
| BOPAlgo_BuilderShape (const BOPCol_BaseAllocator &theAllocator) | |
| virtual void | PrepareHistory () | 
| Prepare information for history support.  More... | |
  Protected Member Functions inherited from BOPAlgo_Algo | |
| BOPAlgo_Algo () | |
| virtual | ~BOPAlgo_Algo () | 
| BOPAlgo_Algo (const BOPCol_BaseAllocator &theAllocator) | |
| virtual void | CheckData () | 
| virtual void | CheckResult () | 
| void | UserBreak () const | 
| Breaks the execution if the break signal is indicated by myProgressIndicator.  More... | |
Additional Inherited Members | |
  Static Public Member Functions inherited from BOPAlgo_Algo | |
| static Standard_Boolean | GetParallelMode () | 
| static void | SetParallelMode (const Standard_Boolean theNewMode) | 
Root class for algorithms that has shape as result.
      
  | 
  protected | 
      
  | 
  protectedvirtual | 
      
  | 
  protected | 
      
  | 
  virtual | 
Returns the list of shapes generated from the shape theS.
Reimplemented in BOPAlgo_Builder, and BOPAlgo_Section.
| Standard_Boolean BOPAlgo_BuilderShape::HasDeleted | ( | ) | const | 
Returns true if the at least one shape(or subshape) of arguments has been deleted.
| Standard_Boolean BOPAlgo_BuilderShape::HasGenerated | ( | ) | const | 
Returns true if the at least one shape(or subshape) of arguments has generated shapes.
| Standard_Boolean BOPAlgo_BuilderShape::HasModified | ( | ) | const | 
Returns true if the at least one shape(or subshape) of arguments has modified shapes.
| const BOPCol_IndexedDataMapOfShapeListOfShape& BOPAlgo_BuilderShape::ImagesResult | ( | ) | const | 
      
  | 
  virtual | 
Returns true if the shape theS has been deleted.
Reimplemented in BOPAlgo_Builder.
      
  | 
  virtual | 
Returns the list of shapes modified from the shape theS.
Reimplemented in BOPAlgo_Builder.
      
  | 
  protectedvirtual | 
Prepare information for history support.
Reimplemented in BOPAlgo_Builder.
| const TopoDS_Shape& BOPAlgo_BuilderShape::Shape | ( | ) | const | 
Returns the result of algorithm.
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
 1.8.10