|
Open CASCADE Technology
6.9.0
|
Light weighted structure representing simple link. More...
#include <BRepMesh_OrientedEdge.hxx>

Public Member Functions | |
| BRepMesh_OrientedEdge () | |
| Default constructor. More... | |
| BRepMesh_OrientedEdge (const Standard_Integer theFirstNode, const Standard_Integer theLastNode) | |
| Constructs a link between two vertices. More... | |
| Standard_Integer | FirstNode () const |
| Returns index of first node of the Link. More... | |
| Standard_Integer | LastNode () const |
| Returns index of last node of the Link. More... | |
| Standard_Integer | HashCode (const Standard_Integer theUpper) const |
| Returns hash code for this edge. More... | |
| Standard_Boolean | IsEqual (const BRepMesh_OrientedEdge &theOther) const |
| Checks this and other edge for equality. More... | |
| Standard_Boolean | operator== (const BRepMesh_OrientedEdge &Other) const |
| Alias for IsEqual. More... | |
Light weighted structure representing simple link.
|
inline |
Default constructor.
|
inline |
Constructs a link between two vertices.
|
inline |
Returns index of first node of the Link.
|
inline |
Returns hash code for this edge.
| theUpper | upper index in the container. |
|
inline |
Checks this and other edge for equality.
| theOther | edge to be checked against this one. TRUE if edges have the same orientation, FALSE if not. |
|
inline |
Returns index of last node of the Link.
|
inline |
Alias for IsEqual.
1.8.5