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_KeyEqual Struct Reference

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

Detailed Description

Definition at line 77 of file GeoManager.H.

Public Member Functions

bool operator() (const TopoDS_Shape &shape1, const TopoDS_Shape &shape2) const
 

Member Function Documentation

◆ operator()()

bool NEM::GEO::GeoManager::ShapeMapHasher_KeyEqual::operator() ( const TopoDS_Shape &  shape1,
const TopoDS_Shape &  shape2 
) const
inline

Definition at line 78 of file GeoManager.H.

79  {
80  return TopTools_ShapeMapHasher::IsEqual(shape1, shape2);
81  }

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