#include <TopOpeBRepBuild_VertexInfo.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | TopOpeBRepBuild_VertexInfo () |
Standard_EXPORT void | SetVertex (const TopoDS_Vertex &aV) |
Standard_EXPORT const TopoDS_Vertex & | Vertex () const |
Standard_EXPORT void | SetSmart (const Standard_Boolean aFlag) |
Standard_EXPORT Standard_Boolean | Smart () const |
Standard_EXPORT Standard_Integer | NbCases () const |
Standard_EXPORT Standard_Integer | FoundOut () const |
Standard_EXPORT void | AddIn (const TopoDS_Edge &anE) |
Standard_EXPORT void | AddOut (const TopoDS_Edge &anE) |
Standard_EXPORT void | SetCurrentIn (const TopoDS_Edge &anE) |
Standard_EXPORT const TopTools_IndexedMapOfOrientedShape & | EdgesIn () const |
Standard_EXPORT const TopTools_IndexedMapOfOrientedShape & | EdgesOut () const |
Standard_EXPORT TopTools_IndexedMapOfOrientedShape & | ChangeEdgesOut () |
Standard_EXPORT void | Dump () const |
Standard_EXPORT const TopoDS_Edge & | CurrentOut () |
Standard_EXPORT void | AppendPassed (const TopoDS_Edge &anE) |
Standard_EXPORT void | RemovePassed () |
Standard_EXPORT const TopTools_ListOfShape & | ListPassed () const |
Standard_EXPORT void | Prepare (const TopTools_ListOfShape &aL) |
Private Attributes | |
TopoDS_Vertex | myVertex |
TopoDS_Edge | myCurrent |
TopoDS_Edge | myCurrentIn |
Standard_Boolean | mySmart |
TopTools_IndexedMapOfOrientedShape | myEdgesIn |
TopTools_IndexedMapOfOrientedShape | myEdgesOut |
TopTools_IndexedMapOfOrientedShape | myLocalEdgesOut |
TopTools_ListOfShape | myEdgesPassed |
Standard_Integer | myFoundOut |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|