Nektar++
|
Defines a hash function for edges. More...
#include <Edge.h>
Public Member Functions | |
std::size_t | operator() (EdgeSharedPtr const &p) const |
Defines a hash function for edges.
The hash of an edge is defined using the IDs of the two nodes which define it. First the minimum ID is hashed, then the maximum ID, which takes the two possible orientations into account.
|
inline |