Open CASCADE Technology
7.5.0
|
#include <Standard.hxx>
#include <Standard_DefineAlloc.hxx>
#include <Standard_Macro.hxx>
#include <BRepMesh_DegreeOfFreedom.hxx>
#include <BRepMesh_OrientedEdge.hxx>
Data Structures | |
class | BRepMesh_Edge |
Light weighted structure representing link of the mesh. More... | |
Functions | |
Standard_Integer | HashCode (const BRepMesh_Edge &theEdge, const Standard_Integer theUpperBound) |
Computes a hash code for the given edge, in the range [1, theUpperBound]. More... | |
|
inline |
Computes a hash code for the given edge, in the range [1, theUpperBound].
theEdge | the edge which hash code is to be computed |
theUpperBound | the upper bound of the range a computing hash code must be within |