#include <BOP_WireEdgeClassifier.hxx>
Inheritance diagram for BOP_WireEdgeClassifier:

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | BOP_WireEdgeClassifier (const TopoDS_Face &F, const BOP_BlockBuilder &BB) |
| Creates a classifier on edge <f>. Used to compare edges and wires on the edge <f>. . | |
| virtual Standard_EXPORT TopAbs_State | Compare (const Handle(BOP_Loop)&L1, const Handle(BOP_Loop)&L2) |
| Classify loop <l1> with <l2> . | |
| Standard_EXPORT TopoDS_Shape | LoopToShape (const Handle(BOP_Loop)&L) |
| Internal usage . | |
| Standard_EXPORT TopAbs_State | CompareShapes (const TopoDS_Shape &B1, const TopoDS_Shape &B2) |
| Classify wire <b1> with wire <b2> . | |
| Standard_EXPORT TopAbs_State | CompareElementToShape (const TopoDS_Shape &E, const TopoDS_Shape &W) |
| Classify edge <e> with wire <w> . | |
| Standard_EXPORT void | ResetShape (const TopoDS_Shape &B) |
| Prepare classification involving wire calls ResetElement on first edge of . | |
| Standard_EXPORT void | ResetElement (const TopoDS_Shape &E) |
| Prepare classification involving edge <e> define 2D point (later used in Compare()) on first vertex of edge <e>. . | |
| Standard_EXPORT void | CompareElement (const TopoDS_Shape &E) |
| Add the edge <e> in the set of edges used in 2D point classification. . | |
| Standard_EXPORT TopAbs_State | State () |
| Returns state of classification of 2D point, defined by ResetElement, with the current set of edges, defined by Compare. . | |
Private Attributes | |
| Standard_Boolean | myFirstCompare |
| gp_Pnt2d | myPoint2d |
| BRepClass_Edge | myBCEdge |
| BRepClass_FacePassiveClassifier | myFPC |
| TopoDS_Shape | myShape |
|
||||||||||||
|
|
|
||||||||||||
|
Reimplemented from BOP_CompositeClassifier. |
|
|
Implements BOP_CompositeClassifier. |
|
||||||||||||
|
Implements BOP_CompositeClassifier. |
|
||||||||||||
|
Implements BOP_CompositeClassifier. |
|
|
|
|
|
Reimplemented from BOP_CompositeClassifier. |
|
|
Reimplemented from BOP_CompositeClassifier. |
|
||||||||||||
|
Reimplemented from BOP_CompositeClassifier. |
|
|
Implements BOP_CompositeClassifier. |
|
|
Implements BOP_CompositeClassifier. |
|
|
Implements BOP_CompositeClassifier. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1