#include <BOP_HistoryCollector.hxx>
Inheritance diagram for BOP_HistoryCollector:
Public Member Functions | |
virtual Standard_EXPORT const TopTools_ListOfShape & | Generated (const TopoDS_Shape &S) |
virtual Standard_EXPORT void | SetResult (const TopoDS_Shape &theResult, const BOPTools_PDSFiller &theDSFiller) |
virtual Standard_EXPORT const TopTools_ListOfShape & | Modified (const TopoDS_Shape &S) |
virtual Standard_EXPORT Standard_Boolean | IsDeleted (const TopoDS_Shape &S) |
virtual Standard_EXPORT Standard_Boolean | HasGenerated () const |
virtual Standard_EXPORT Standard_Boolean | HasModified () const |
virtual Standard_EXPORT Standard_Boolean | HasDeleted () const |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Protected Member Functions | |
Standard_EXPORT | BOP_HistoryCollector () |
Standard_EXPORT | BOP_HistoryCollector (const TopoDS_Shape &theShape1, const TopoDS_Shape &theShape2, const BOP_Operation theOperation) |
Protected Attributes | |
TopTools_ListOfShape | myEmptyList |
BOP_Operation | myOp |
TopTools_DataMapOfShapeListOfShape | myGenMap |
TopTools_DataMapOfShapeListOfShape | myModifMap |
TopoDS_Shape | myS1 |
TopoDS_Shape | myS2 |
TopoDS_Shape | myResult |
Standard_Boolean | myHasDeleted |
|
|
|
|
|
|
|
Reimplemented in BOP_SectionHistoryCollector, BOP_ShellSolidHistoryCollector, BOP_SolidSolidHistoryCollector, and BOP_WireSolidHistoryCollector. |
|
|
|
|
|
|
|
|
|
|
|
Reimplemented in BOP_SectionHistoryCollector, BOP_ShellSolidHistoryCollector, BOP_SolidSolidHistoryCollector, and BOP_WireSolidHistoryCollector. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|