|
Open CASCADE Technology
7.7.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 theUpperBound) const |
| Computes a hash code for this oriented edge, in the range [1, theUpperBound]. 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 |
Computes a hash code for this oriented edge, in the range [1, theUpperBound].
| theUpperBound | the upper bound of the range a computing hash code must be within |
|
inline |
Checks this and other edge for equality.
| theOther | edge to be checked against this one. |
|
inline |
Returns index of last node of the Link.
|
inline |
Alias for IsEqual.
1.8.13