|
Open CASCADE Technology 6.5.2
|
contains information about faulty shapes
and faulty types
#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) |
| BOPTools_CheckResult () | |
| empty constructor | |
| void | AddShape (const TopoDS_Shape &TheShape) |
| adds a shape with faulty to a list | |
| const TopTools_ListOfShape & | GetShapes () const |
| gets access to faulty shapes in a list const | |
| void | SetCheckStatus (const BOPTools_CheckStatus TheStatus) |
| sets faulty status for shapes | |
| BOPTools_CheckStatus | GetCheckStatus () const |
| gets faulty status for shapes | |
| void | SetInterferenceGeometry (const Handle< Geom_Geometry > &TheGeometry) |
| sets an attached geometry to faulty shapes if any | |
| const Handle_Geom_Geometry & | GetInterferenceGeometry () const |
| gets an attached geometry to shapes if any | |
| BOPTools_CheckResult::BOPTools_CheckResult | ( | ) |
| void BOPTools_CheckResult::AddShape | ( | const TopoDS_Shape & | TheShape | ) |
| BOPTools_CheckStatus BOPTools_CheckResult::GetCheckStatus | ( | ) | const |
| const Handle_Geom_Geometry& BOPTools_CheckResult::GetInterferenceGeometry | ( | ) | const |
| const TopTools_ListOfShape& BOPTools_CheckResult::GetShapes | ( | ) | const |
| void BOPTools_CheckResult::operator delete | ( | void * | anAddress | ) | [inline] |
| void* BOPTools_CheckResult::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| void* BOPTools_CheckResult::operator new | ( | size_t | size | ) | [inline] |
| void BOPTools_CheckResult::SetCheckStatus | ( | const BOPTools_CheckStatus | TheStatus | ) |
| void BOPTools_CheckResult::SetInterferenceGeometry | ( | const Handle< Geom_Geometry > & | TheGeometry | ) |
1.7.4