MCPcopy Create free account
hub / github.com/Kitware/VTK / HashFunction

Method HashFunction

Common/DataModel/vtkGenericEdgeTable.cxx:440–443  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

438
439//------------------------------------------------------------------------------
440vtkIdType vtkGenericEdgeTable::HashFunction(vtkIdType e1, vtkIdType e2)
441{
442 return (e1 + e2) % this->EdgeTable->Modulo;
443}
444
445//------------------------------------------------------------------------------
446void vtkGenericEdgeTable::PrintSelf(ostream& os, vtkIndent indent)

Callers 10

InsertEdgeMethod · 0.95
RemoveEdgeMethod · 0.95
CheckEdgeMethod · 0.95
CheckPointMethod · 0.95
InsertPointMethod · 0.95
RemovePointMethod · 0.95
InsertPointAndScalarMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected