#include <BOPTools_CheckResult.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | BOPTools_CheckResult () |
empty constructor | |
Standard_EXPORT void | AddShape (const TopoDS_Shape &TheShape) |
adds a shape with faulty to a list | |
Standard_EXPORT const TopTools_ListOfShape & | GetShapes () const |
gets access to faulty shapes in a list const | |
Standard_EXPORT void | SetCheckStatus (const BOPTools_CheckStatus TheStatus) |
sets faulty status for shapes | |
Standard_EXPORT BOPTools_CheckStatus | GetCheckStatus () const |
gets faulty status for shapes | |
Standard_EXPORT void | SetInterferenceGeometry (const Handle(Geom_Geometry)&TheGeometry) |
sets an attached geometry to faulty shapes if any | |
Standard_EXPORT const Handle_Geom_Geometry & | GetInterferenceGeometry () const |
gets an attached geometry to shapes if any | |
Private Attributes | |
BOPTools_CheckStatus | myStatus |
TopTools_ListOfShape | myShapes |
Handle_Geom_Geometry | myGeometry |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|