#include <BRepCheck_Result.hxx>
Inheritance diagram for BRepCheck_Result:
Public Member Functions | |
Standard_EXPORT void | Init (const TopoDS_Shape &S) |
virtual Standard_EXPORT void | InContext (const TopoDS_Shape &ContextShape)=0 |
virtual Standard_EXPORT void | Minimum ()=0 |
virtual Standard_EXPORT void | Blind ()=0 |
Standard_EXPORT void | SetFailStatus (const TopoDS_Shape &S) |
const BRepCheck_ListOfStatus & | Status () const |
Standard_Boolean | IsMinimum () const |
Standard_Boolean | IsBlind () const |
Standard_EXPORT const BRepCheck_ListOfStatus & | StatusOnShape (const TopoDS_Shape &S) |
If not already done, performs the InContext control and returns the list of status. . | |
Standard_EXPORT void | InitContextIterator () |
Standard_Boolean | MoreShapeInContext () const |
const TopoDS_Shape & | ContextualShape () const |
const BRepCheck_ListOfStatus & | StatusOnShape () const |
Standard_EXPORT void | NextShapeInContext () |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Protected Member Functions | |
Standard_EXPORT | BRepCheck_Result () |
Protected Attributes | |
TopoDS_Shape | myShape |
Standard_Boolean | myMin |
Standard_Boolean | myBlind |
BRepCheck_DataMapOfShapeListOfStatus | myMap |
Private Attributes | |
BRepCheck_DataMapIteratorOfDataMapOfShapeListOfStatus | myIter |
|
|
|
Implemented in BRepCheck_Edge, BRepCheck_Face, BRepCheck_Shell, BRepCheck_Vertex, and BRepCheck_Wire. |
|
|
|
Reimplemented in BRepCheck_Edge, BRepCheck_Face, BRepCheck_Shell, BRepCheck_Vertex, and BRepCheck_Wire. |
|
Implemented in BRepCheck_Edge, BRepCheck_Face, BRepCheck_Shell, BRepCheck_Vertex, and BRepCheck_Wire. |
|
|
|
|
|
|
|
|
|
Implemented in BRepCheck_Edge, BRepCheck_Face, BRepCheck_Shell, BRepCheck_Vertex, and BRepCheck_Wire. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|