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