Open CASCADE Technology
7.5.0
|
#include <Standard.hxx>
#include <Standard_DefineAlloc.hxx>
#include <Standard_Macro.hxx>
#include <gp_XY.hxx>
#include <BRepMesh_DegreeOfFreedom.hxx>
#include <Precision.hxx>
Data Structures | |
class | BRepMesh_Vertex |
Light weighted structure representing vertex of the mesh in parametric space. Vertex could be associated with 3d point stored in external map. More... | |
Functions | |
Standard_Integer | HashCode (const BRepMesh_Vertex &theVertex, const Standard_Integer theUpperBound) |
Computes a hash code for the given vertex, in the range [1, theUpperBound]. More... | |
|
inline |
Computes a hash code for the given vertex, in the range [1, theUpperBound].
theVertex | the vertex which hash code is to be computed |
theUpperBound | the upper bound of the range a computing hash code must be within |