NEMoSys  0.63.0
A modular, extensible resource with robust automated mesh generation, mesh quality analysis, adaptive mesh refinement, and data transfer between arbitrary meshes.
NEM::GEO::GeoManager::ShapeMapHasher_Hash Struct Reference

Hasher based on TopTools_ShapeMapHasher, which relies on TopoDS_Shape::IsSame, which is not TopoDS_Shape::operator==. More...

Detailed Description

Definition at line 67 of file GeoManager.H.

Public Member Functions

std::size_t operator() (const TopoDS_Shape &shape) const
 

Member Function Documentation

◆ operator()()

std::size_t NEM::GEO::GeoManager::ShapeMapHasher_Hash::operator() ( const TopoDS_Shape &  shape) const
inline

Definition at line 68 of file GeoManager.H.

68  {
69  return TopTools_ShapeMapHasher::HashCode(shape, IntegerLast());
70  }

The documentation for this struct was generated from the following file: